Avoid awkward breaks in toggle text

This commit is contained in:
J. Ryan Stinnett 2020-10-28 18:02:46 +00:00
parent 33b08da026
commit 0e75ad078d

View File

@ -19,6 +19,10 @@ limitations under the License.
.toggle {
display: flex;
> :first-child {
min-width: 100%;
}
> input[type='checkbox'] {
// Remove the OS's representation
display: none;