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