Skip to content

Commit 07a3fc9

Browse files
Fix pill padding overridden by Bootstrap form-inline
1 parent 4e6e1ec commit 07a3fc9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

static/css/deadlines.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,14 @@ body *::selection {
120120
min-height: auto;
121121
}
122122

123-
.checkbox label {
123+
.checkbox label,
124+
.form-inline .checkbox label {
124125
display: inline-flex;
125126
align-items: center;
126127
background: #fff;
127128
border: 1.5px solid #cbd5e1;
128129
border-radius: 20px;
129-
padding: 6px 16px;
130+
padding: 6px 16px !important;
130131
cursor: pointer;
131132
font-size: 13px;
132133
font-weight: 500;

0 commit comments

Comments
 (0)