Skip to content

Commit

Permalink
Fix "Add image" button margin (jointakahe#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Jan 19, 2023
1 parent ec85060 commit 47d9dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -999,11 +999,11 @@ form fieldset .buttons {
margin-top: 0;
}

form .button.add-image {
form button.add-image {
margin: 10px 0 10px 0;
}

form legend+.button.add-image {
form legend+button.add-image {
margin-top: 0px;
}

Expand Down

0 comments on commit 47d9dc2

Please sign in to comment.