Merge branch 'fix-issue-52-dice-picker-with-large-font' into 'dev'

[Issue-#52] Fixing Dice-Picker with large text-size by setting max size using...

See merge request teaml5r/l5r5e!33
This commit is contained in:
Vlyan
2023-08-19 09:59:40 +00:00
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
.dice-picker-dialog { .dice-picker-dialog {
min-width: 600px; min-width: 35rem;
min-height: auto; min-height: auto;
// Utility // Utility
* { * {
@@ -225,6 +225,7 @@
background: none; background: none;
border: none; border: none;
font-size: large; font-size: large;
padding: 0;
&-ring { &-ring {
color: #f0f0e0; color: #f0f0e0;