Skip to content

Commit

Permalink
IBX-6459: Fixed eztext preview in content structure (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Oct 19, 2023
1 parent d1b3a29 commit 4d91a7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/bundle/Resources/public/scss/_field-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
&__value {
width: 100%;

.ezstring-field {
.ezstring-field,
.eztext-field {
display: inline-block;
max-width: 100%;
overflow: hidden;
Expand Down
5 changes: 4 additions & 1 deletion src/bundle/Resources/public/scss/_page-title.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
}

&__title {
display: flex;
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}

.ibexa-badge {
Expand Down

0 comments on commit 4d91a7c

Please sign in to comment.