Skip to content

Commit

Permalink
add padding bottom to details
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 10, 2024
1 parent 7c9c899 commit 7efa5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
justify-content: space-between;
overflow: hidden;
word-break: break-word;
padding: 0 0.75rem;
padding: 0 0.75rem 1rem;
}

.MessageBar {
Expand Down

0 comments on commit 7efa5a2

Please sign in to comment.