FIxing "Active Profile" label width.

This commit is contained in:
Ryan Breen
2023-01-20 23:00:58 -05:00
parent bec1b6f6e2
commit 9623d632e9

View File

@@ -12,7 +12,7 @@ body {
label { label {
display: inline-block; display: inline-block;
width: 100px; width: 200px;
} }
input { input {
@@ -27,11 +27,6 @@ input {
font-family: monospace; font-family: monospace;
} }
.profiles label {
width: 80px;
display: inline-block;
}
.profiles { .profiles {
margin-bottom: 15px; margin-bottom: 15px;
} }