Make style selectors horizontal
This commit is contained in:
parent
78788aa95c
commit
33fa08ad11
|
@ -51,6 +51,9 @@
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.custom-control {
|
.custom-control {
|
||||||
|
display: inline;
|
||||||
|
float: unset !important;
|
||||||
|
vertical-align: top;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.custom-control summary {
|
.custom-control summary {
|
||||||
|
|
Loading…
Reference in New Issue