Skip to content

Commit

Permalink
Merge pull request #331 from reload/DDFLSBP-207-label-align-right
Browse files Browse the repository at this point in the history
Align label right on mobile
  • Loading branch information
JacobArrow authored Oct 31, 2023
2 parents 0096f6f + bd3d689 commit 41afff8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/stories/Library/Lists/list-dashboard/list-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@
padding: 16px;
text-decoration: none;

& .status-label {
margin-left: auto;
}

@include breakpoint-s {
padding: 16px 24px;

& .status-label {
margin-left: unset;
}

&:hover {
.list-dashboard__arrow {
visibility: visible;
Expand Down

0 comments on commit 41afff8

Please sign in to comment.