mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Variables layout fix
commit_hash:a24ef0b83cceb1563e5e320466ada445042d005e
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
|
||||
:global(.custom-variables__spoiler) {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.custom-variables__title {
|
||||
@@ -299,8 +300,7 @@
|
||||
}
|
||||
|
||||
.custom-variables__name {
|
||||
flex: 0 0 auto;
|
||||
max-width: 50%;
|
||||
flex: 0 2 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user