Variables layout fix

commit_hash:a24ef0b83cceb1563e5e320466ada445042d005e
This commit is contained in:
4eb0da
2025-01-23 11:37:13 +03:00
parent 745fa92494
commit c2c8f03790
@@ -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;
}