mirror of https://github.com/vector-im/riot-web
fix checkbox regression
parent
3dd49cae97
commit
2617ce5dd5
|
@ -25,6 +25,8 @@ limitations under the License.
|
||||||
|
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
& + label {
|
& + label {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue