Skip to content

Commit

Permalink
IBX-5051: Unable to edit custom tags with long values in page builder (
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Feb 16, 2023
1 parent 3711ae5 commit 126db05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/_custom-tag-attributes.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.ibexa-custom-tag-attributes {
.ck.ck-reset_all & {
min-width: calculateRem(400px);
max-width: calc(100vw - #{calculateRem(150px)});

&__header {
display: flex;
Expand All @@ -27,6 +28,7 @@

&__item-value {
font-size: $ibexa-text-font-size;
white-space: normal;
}
}
}

0 comments on commit 126db05

Please sign in to comment.