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