Skip to content

Commit

Permalink
fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Dec 12, 2024
1 parent ed8b55c commit 72ebafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bundle/Resources/public/scss/_balloon-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@

.ck-input-text {
border-radius: calculateRem(5px);
width: 100%;
}

.ck.ck-dropdown {
border: calculateRem(1px) solid $ibexa-color-dark-200;
border-radius: calculateRem(5px);
width: 100%;

.ck-button.ck-dropdown__button {
.ck-button__label {
width: calculateRem(198px);
width: 100%;
display: inline-block;
}
}
Expand Down

0 comments on commit 72ebafc

Please sign in to comment.