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:
parent
cef1c52421
commit
e42ef36618
@ -41,6 +41,11 @@
|
|||||||
font-size: small;
|
font-size: small;
|
||||||
margin-top: $margin;
|
margin-top: $margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.confirm-dialog-scrollable-content {
|
||||||
|
overflow: auto;
|
||||||
|
max-height: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirm-buttons {
|
.confirm-buttons {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user