We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b85f423 + f78101b commit 63d3810Copy full SHA for 63d3810
kitsune/sumo/static/sumo/scss/layout/_contributors.scss
@@ -71,14 +71,12 @@
71
input {
72
flex: 1 1 auto;
73
width: 100%;
74
- width: 100%;
75
- max-width: none;
+ max-width: 100%;
76
margin: 0 0 p.$spacing-md 0;
77
78
&[type="checkbox"] {
79
- width: auto;
80
- margin-right: p.$spacing-md;
81
- margin-left: p.$spacing-xs;
+ min-width: 1.5rem;
+ min-height: 1.5rem;
82
}
83
84
@@ -91,8 +89,8 @@
91
89
92
90
select,
93
94
- margin: 0 10px;
95
-
+ width: auto;
+ margin: 0 p.$spacing-md 0 2px;
96
97
98
0 commit comments