1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Prevent too tall confirm dialog content

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-03 13:39:25 +03:00
parent cef1c52421
commit e42ef36618

View File

@ -41,6 +41,11 @@
font-size: small;
margin-top: $margin;
}
.confirm-dialog-scrollable-content {
overflow: auto;
max-height: 200px;
}
}
.confirm-buttons {