Skip to content

Commit

Permalink
fix(shs-5912): change layout of ckeditor styles dropdown list (#1688)
Browse files Browse the repository at this point in the history
Co-authored-by: joegl <[email protected]>
  • Loading branch information
cienvaras and joegl authored Nov 26, 2024
1 parent 8d192e5 commit 64b6bf1
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,15 @@ body.gin--edit-form .views-exposed-form .select-preact button svg {
.paragraphs-add-dialog .category-title {
display: none;
}

.ck.ck-style-panel .ck-style-grid {
grid-template-columns: 1fr !important;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
width: 384px !important;
}

.ck-powered-by-balloon {
z-index: 1000 !important;
}

0 comments on commit 64b6bf1

Please sign in to comment.