Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Align switch with top of label and ensure that the label wraps #50

Merged
merged 2 commits into from
Feb 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/public/styles/_switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $sky-switch-size: 22px !default;
.sky-switch {
cursor: pointer;
display: inline-flex;
white-space: nowrap;
Blackbaud-AlexKingman marked this conversation as resolved.
Show resolved Hide resolved

&:hover .sky-switch-control {
border-color: $sky-highlight-color-info;
Expand Down Expand Up @@ -60,6 +59,7 @@ $sky-switch-size: 22px !default;
height: $sky-switch-size;
flex: 1 0 $sky-switch-size;
margin: auto;
margin-top: 0;
Blackbaud-TrevorBurch marked this conversation as resolved.
Show resolved Hide resolved
margin-right: 5px;
display: inline-flex;
position: relative;
Expand Down