Tweak spatial audio copy

This commit is contained in:
Robin Townsend
2022-06-06 11:19:40 -04:00
parent 69cfa1db6d
commit b314e047c1
3 changed files with 24 additions and 3 deletions

View File

@@ -118,13 +118,15 @@
.checkboxField {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.checkboxField label {
display: flex;
align-items: center;
flex-grow: 1;
font-size: 13px;
font-size: 15px;
line-height: 24px;
}
.checkboxField input {
@@ -176,3 +178,9 @@
color: var(--alert);
font-weight: 600;
}
.description {
color: var(--secondary-content);
margin-left: 26px;
width: 100%; /* Ensure that it breaks onto the next row */
}