Skip to content

Commit

Permalink
Fix text overflowing buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyMineshaft committed Oct 29, 2023
1 parent f48e120 commit aa1bd8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/ReportsCenter/ViewReport.styl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@

.actions-right {
align-items: flex-end; // put the buttons down close-ish to the send-warning buttons
button {
height: auto;
padding: 7px;
}
}

.automod-analysis {
Expand Down

0 comments on commit aa1bd8f

Please sign in to comment.