Skip to content

Commit

Permalink
Remove margin around flash alerts
Browse files Browse the repository at this point in the history
Looks ugly now that the navigation doesn't have a margin
  • Loading branch information
arp242 committed Nov 13, 2022
1 parent 0ad437e commit 9b301a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ input.red { border: 1px solid var(--input-error-border) !important; }
.flex-form fieldset { height: 100%; }
}

.flash { margin-bottom: 1em; padding: 10px; text-align: center; border-radius: 2px; border: 2px solid var(--bg); }
.flash { padding: 10px; text-align: center; border: 2px solid var(--bg); margin: calc(-1em - 2px); margin-bottom: 1em; }
.flash p { max-width: none !important; }
.flash pre { text-align: left; margin: 0 auto; display: inline-block; }
.flash-i { background-color: var(--info-bg); border-color: var(--info-border); }
Expand Down

0 comments on commit 9b301a3

Please sign in to comment.