Skip to content

Commit

Permalink
IBX-9154: The dropdown for custom class is illegible
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Nov 18, 2024
1 parent 9e9924f commit d589bd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class IbexaCustomTagFormView extends View {
{
tag: 'div',
attributes: {
class: 'ibexa-ckeditor-balloon-form__fields ibexa-custom-tag-panel-content',
class: 'ibexa-ckeditor-balloon-form__fields ibexa-ckeditor-balloon-form__fields--overflow-with-scroll ibexa-custom-tag-panel-content',
},
children: this.children,
},
Expand Down
5 changes: 4 additions & 1 deletion src/bundle/Resources/public/scss/_balloon-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
}

&__fields {
overflow: auto;
padding: calculateRem(8px) calculateRem(16px);

&--attributes {
border-bottom: calculateRem(1px) solid $ibexa-color-light;
}

&--overflow-with-scroll {
overflow: auto;
}

.ck-labeled-field-view {
margin-bottom: calculateRem(12px);

Expand Down

0 comments on commit d589bd9

Please sign in to comment.