Skip to content

Commit

Permalink
notifications: increase width of checkbox label
Browse files Browse the repository at this point in the history
CMK-19556

Change-Id: I4de881f62bcc6695b68b78f5b34affcc7bb889b4
  • Loading branch information
logan-connolly committed Oct 22, 2024
1 parent f966e70 commit b4b7b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ span.checkbox {
> span.checkbox {
display: inline-block;
float: left;
width: 130px;
width: 150px;
margin: 0;
padding-top: 3px;
font-weight: bold;
Expand Down

0 comments on commit b4b7b68

Please sign in to comment.