Skip to content

Commit

Permalink
ui/Modal: remove extra spacing under last paragraph in modal body
Browse files Browse the repository at this point in the history
  • Loading branch information
thatoddmailbox committed Mar 28, 2024
1 parent 528f475 commit d51b39e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/ui/Modal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.modal-animation
animation: modal-appear .3s ease 1

.modal.modal-preact
pointer-events: none

Expand All @@ -25,6 +25,11 @@
.modal-content
pointer-events: all

.modal
.modal-body
p:last-child
margin-bottom: 0

.modalOverlay
position: fixed
background: black
Expand Down

0 comments on commit d51b39e

Please sign in to comment.