Skip to content

Commit

Permalink
fix: some toolbar preview items not properly aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Apr 5, 2024
1 parent 9d8b669 commit 0dcb077
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,19 @@
padding-bottom: 0;
}
}
& .setting-item-description {
display: flex;
flex-wrap: wrap;
}
}

.note-toolbar-setting-toolbar-list-preview-item {
margin-right: 4px;
align-items: center;
display: inline-flex;
display: flex;
margin-right: 4px;
& span {
margin-right: 2px;
white-space: nowrap;
}
}

Expand Down

0 comments on commit 0dcb077

Please sign in to comment.