Skip to content

Commit

Permalink
Merge pull request rubyforgood#5310 from FireLemons/reduce_space_take…
Browse files Browse the repository at this point in the history
…n_up_by_notifier

reduce space taken up by notifier
  • Loading branch information
FireLemons authored Oct 26, 2023
2 parents 5fc98aa + 04580f6 commit 31d2907
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/shared/notifier.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}

#notifications {
align-items: end;
bottom: 0;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -38,6 +39,10 @@
.messages {
margin-bottom: 0;
padding: 0;

div {
width: fit-content;
}
}

.success-notification {
Expand Down Expand Up @@ -72,6 +77,7 @@
border-radius: 10px 10px 0 0;
color: white;
padding: 0.25em 1em;
width: fit-content;

span {
display: inline;
Expand Down

0 comments on commit 31d2907

Please sign in to comment.