Skip to content

Commit

Permalink
chore(toggle): Center toggle label against switch
Browse files Browse the repository at this point in the history
✅ Closes: COMUI-3105
  • Loading branch information
321gillian committed Oct 1, 2024
1 parent db9fb98 commit f97df9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
flex-wrap: nowrap;
gap: var(--gse-ui-toggle-gap);
place-content: stretch flex-start;
align-items: flex-start;
align-items: center;
width: fit-content;
cursor: pointer;

Expand All @@ -56,7 +56,7 @@
.gux-toggle-label-text {
display: grid;
grid-template-areas: 'inner-div';
place-items: start;
place-items: center start;

.gux-toggle-label-text-inner {
position: relative;
Expand Down

0 comments on commit f97df9d

Please sign in to comment.