Skip to content

Commit

Permalink
sets minimum and maximum widths for .danger buttons to try to keep th…
Browse files Browse the repository at this point in the history
…em to two lines

Fixes #6083.
  • Loading branch information
cfm committed Sep 8, 2021
1 parent fd4ad11 commit 88d8a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion securedrop/sass/source.sass
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ p#codename

.danger
display: inline-block
width: 30%
min-width: 30%
max-width: 50%

.cancel
display: inline-block
Expand Down

0 comments on commit 88d8a1b

Please sign in to comment.