Make style selectors horizontal

This commit is contained in:
LilyRose2798 2024-04-07 22:20:54 +10:00
parent 78788aa95c
commit 33fa08ad11
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@
color: black;
}
.custom-control {
display: inline;
float: unset !important;
vertical-align: top;
user-select: none;
}
.custom-control summary {