Skip to content

Commit

Permalink
Fix: Icon sizes in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 8, 2024
1 parent 8e9587e commit dd63282
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions private/css/cms.tiptap.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ p:not(.is-empty) > br.ProseMirror-trailingBreak {
}
}
svg {
zoom: 120%;
display: inline;
vertical-align: middle;
width: 1.2rem;
height: 1.2rem;
}
}
.dropdown-content {
Expand All @@ -168,7 +169,7 @@ p:not(.is-empty) > br.ProseMirror-trailingBreak {
button {
text-align: start;
justify-content: start;
padding: 8px 1.2rem !important;
padding: 8px 1rem !important;
small {
margin: 0;
}
Expand All @@ -186,7 +187,7 @@ p:not(.is-empty) > br.ProseMirror-trailingBreak {
}
button {
> * {
width: 1rem;
width: 1.2rem;
margin-inline-end: 0.8rem;
margin-inline-start: -0.3rem;
}
Expand Down

0 comments on commit dd63282

Please sign in to comment.