Avoid awkward breaks in toggle text
This commit is contained in:
parent
33b08da026
commit
0e75ad078d
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ limitations under the License.
|
||||||
.toggle {
|
.toggle {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
> :first-child {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
> input[type='checkbox'] {
|
> input[type='checkbox'] {
|
||||||
// Remove the OS's representation
|
// Remove the OS's representation
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue