Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed May 20, 2024
1 parent 5f71244 commit 653bda0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/styles/src/components/stepper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@
}

.stepper-link {
text-decoration: none;
// -webkit-box is needed for line-clamp: https://caniuse.com/css-line-clamp
// stylelint-disable-next-line value-no-vendor-prefix
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-decoration: none;
color: stepper.$stepper-link-color;
width: fit-content;
line-height: stepper.$stepper-link-line-height;
Expand Down

0 comments on commit 653bda0

Please sign in to comment.