Skip to content

Commit

Permalink
Fix button spacing in citation editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 7, 2024
1 parent 07943cf commit 61248bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/chrome/content/skin/default/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ div#citation-editor-buttons {
text-align: right;
}

div#citation-editor-buttons > button{
margin-left: 5px;
margin-right: 5px;
}

#root {
flex-grow: 1;
display: flex;
Expand Down

0 comments on commit 61248bf

Please sign in to comment.