Skip to content

Commit

Permalink
fixup! Admin view of unmasked incoming message
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 10, 2023
1 parent babf215 commit fb43721
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ body.admin {
}

blockquote .well p {
margin-bottom: 10px !important;
font-size: 14px;
margin-bottom: 1em !important;

&:last-child {
margin-bottom: 0 !important;
}
}

div#user_locale_switcher {
Expand Down

0 comments on commit fb43721

Please sign in to comment.