Fix comment wrap

This commit is contained in:
2026-05-08 01:14:05 +02:00
parent 614a69103b
commit 321e79c230

View File

@@ -46,16 +46,15 @@ body.lb-disable-scrolling {
gap: var.$block-spacing; gap: var.$block-spacing;
color: color.$default-inv; color: color.$default-inv;
.lb-caption { .lb-caption {
display: flex; display: flex;
gap: var.$block-spacing; gap: var.$block-spacing;
.lb-caption-line { .lb-caption-line {
flex: 0 0 auto; flex: 0 0 auto;
line-height: 1.33333333333em; //icon height line-height: 1.33333333333em; //icon height
white-space: nowrap; }
} }
}
.lb-closeContainer .lb-close { .lb-closeContainer .lb-close {
@extend .clickable; @extend .clickable;
@@ -77,17 +76,17 @@ body.lb-disable-scrolling {
.lb-data { .lb-data {
flex-direction: row; flex-direction: row;
.lb-details { .lb-details {
flex: 1 1 auto; flex: 1 1 auto;
min-width: 0; min-width: 0;
width: 100%; width: 100%;
.lb-caption-line.comment { .lb-caption-line.comment {
flex: 1 1 auto; flex: 1 1 auto;
min-width: 0; min-width: 0;
@include common.no-text-overflow(); @include common.no-text-overflow();
} }
} }
.lb-closeContainer { .lb-closeContainer {
.lb-close { .lb-close {
@@ -246,4 +245,4 @@ body.lb-disable-scrolling {
} }
} }
} }
} }