Skip to content

Commit f66799b

Browse files
committed
Merge remote-tracking branch 'origin/4.3'
2 parents 1467d56 + 126db05 commit f66799b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bundle/Resources/public/scss/_custom-tag-attributes.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.ibexa-custom-tag-attributes {
22
.ck.ck-reset_all & {
33
min-width: calculateRem(400px);
4+
max-width: calc(100vw - #{calculateRem(150px)});
45

56
&__header {
67
display: flex;
@@ -27,6 +28,7 @@
2728

2829
&__item-value {
2930
font-size: $ibexa-text-font-size;
31+
white-space: normal;
3032
}
3133
}
3234
}

0 commit comments

Comments
 (0)