Skip to content

Commit

Permalink
#3896: Make the top margin smaller for e.g. the remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 20, 2021
1 parent aa8dc69 commit 03a7ada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ h4.legend {
margin-top: -2rem;
}

.legend small .btn.btn-outline-danger.float-end {
margin-top: -1.5rem;
}

.legend small :not(.btn-group) .btn + .btn {
margin-left: 1rem;
}
Expand Down

0 comments on commit 03a7ada

Please sign in to comment.