Avoid awkward breaks in toggle text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user