Skip to content

Commit

Permalink
fix(cxl-lumo-styles): cxl-tabs-slider remove left padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt committed Jan 9, 2024
1 parent 34b2e8c commit 6ebd26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cxl-lumo-styles/scss/themes/cxl-tabs-slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
}

::slotted(vaadin-tab:first-of-type) {
margin-inline-start: calc(var(--lumo-space-m) - var(--lumo-space-xs));

@media #{mq.$small} {
margin-inline-start: calc(var(--lumo-space-m) - var(--lumo-space-xs));
scroll-margin-inline-start: var(--lumo-space-l);
}
}
Expand Down

0 comments on commit 6ebd26a

Please sign in to comment.