mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: increase minimum height of dialog content to improve layout
This commit is contained in:
parent
45ec227da7
commit
d0572ac14c
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ mat-dialog-content {
|
|||
min-width: 0;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 32px;
|
||||
min-height: 38px;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue