Skip to content

Commit

Permalink
🐛 fix(form-ext.scss): Fix bug with non-vertically aligned toggle for …
Browse files Browse the repository at this point in the history
…different zoom levels #112
  • Loading branch information
Spiderpig86 committed Jun 1, 2022
1 parent d780a45 commit 368a6db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -17946,6 +17946,7 @@ ul .divider::after {
transform: translateY(-50%);
transition: left var(--animation-duration) ease;
text-align: left;
top: 50%;
}

.form-ext-control .form-ext-label {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -15322,6 +15322,7 @@ ul .divider::after {
transform: translateY(-50%);
transition: left var(--animation-duration) ease;
text-align: left;
top: 50%;
}

.form-ext-control .form-ext-label {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/form-ext.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ $generate-utility: should-generate-classes($FORMS-EXT);
transform: translateY(-50%);
transition: left var(--animation-duration) ease;
text-align: left;
top: 50%;
}
}

Expand Down

0 comments on commit 368a6db

Please sign in to comment.