fix: increase minimum height of dialog content to improve layout

This commit is contained in:
Ivan Kalashnikov 2026-01-20 14:02:36 +07:00
parent 45ec227da7
commit d0572ac14c

View file

@ -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;