mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix paragraph button overflowing over text, closes #502
This commit is contained in:
parent
7234324112
commit
6d2eb7b187
@ -674,9 +674,12 @@ button.icon-button {
|
||||
}
|
||||
|
||||
.ck.ck-block-toolbar-button {
|
||||
transform: translateX(10px);
|
||||
transform: translateX(7px);
|
||||
color: var(--muted-text-color);
|
||||
background-color: var(--main-background-color);
|
||||
/* Making this narrower because https://github.com/zadam/trilium/issues/502 (problem only in smaller font sizes) */
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#note-detail-promoted-attributes {
|
||||
|
Loading…
x
Reference in New Issue
Block a user