Avoid awkward breaks in toggle text
This commit is contained in:
parent
33b08da026
commit
0e75ad078d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user