diff --git a/src/app/public/styles/_switch.scss b/src/app/public/styles/_switch.scss index 9fa4955a..edc22995 100644 --- a/src/app/public/styles/_switch.scss +++ b/src/app/public/styles/_switch.scss @@ -86,6 +86,7 @@ $sky-switch-size: 22px !default; line-height: $sky-switch-size; flex: 1 1 auto; width: 100%; + margin-right: $sky-margin; // Prevent truncated text from spilling out of bounds. // See: https://css-tricks.com/flexbox-truncated-text/