Skip to content

Commit

Permalink
restore gap between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Oct 18, 2023
1 parent f54569c commit 2706d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edit/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,9 @@ i,
#actions {
display: inline-block;
}
#actions > :nth-last-child(n + 2) {
margin-right: .25rem;
}
#details-wrapper {
display: inline-flex;
vertical-align: top;
Expand Down

0 comments on commit 2706d2c

Please sign in to comment.