mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
fix#25): Ensure wheel is not too small
This commit is contained in:
@@ -57,7 +57,7 @@ text {
|
||||
}
|
||||
|
||||
#chart {
|
||||
max-width: calc(50%);
|
||||
max-width: calc(90%);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user