[Issue-#52] Fixing Dice-Picker with large text-size by setting max size using rem instead of px. Also fixed the cropped numbers by removing their padding

This commit is contained in:
litasa
2023-08-18 10:10:19 +02:00
parent 7740aed299
commit 6e534d5bf3
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -118,7 +118,7 @@
// Dice Picker
.dice-picker-dialog {
min-width: 600px;
min-width: 35rem;
min-height: auto;
// Utility
* {
@@ -225,6 +225,7 @@
background: none;
border: none;
font-size: large;
padding: 0;
&-ring {
color: #f0f0e0;