diff --git a/scss/foundation/components/_switch.scss b/scss/foundation/components/_switch.scss index 148ce3500e..1f57f06e7e 100644 --- a/scss/foundation/components/_switch.scss +++ b/scss/foundation/components/_switch.scss @@ -179,6 +179,8 @@ $switch-label-outline: 1px dotted #888 !default; span:last-child { width: rem-calc($height); height: rem-calc($height); + line-height: rem-calc($height); + text-align: center; } }