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