Skip to content
Snippets Groups Projects
Commit e53da425 authored by Ecaterina Moraru (Valica)'s avatar Ecaterina Moraru (Valica)
Browse files

XWIKI-11124: Flamingo badly extending .checkbox class for input[type='checkbox'] elements

parent 56092e6c
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ select.input-lg, input[type="text"].input-lg, input[type="password"].input-lg {
.input-lg;
}
input[type="radio"]:extend(.radio all),
input[type="checkbox"]:extend(.checkbox all) {
input[type="radio"],
input[type="checkbox"] {
display: inline-block;
margin-right: (@padding-base-horizontal / 2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment