Simplify control labeling

This commit is contained in:
Aaron Fenyes 2024-09-09 00:32:29 -07:00
parent 0173b63e19
commit 69ab888d5b
2 changed files with 31 additions and 46 deletions

View file

@ -51,7 +51,7 @@ input[type="radio"] {
background-color: #333;
}
label {
.control > span {
width: 170px;
}