Skip to content

Commit

Permalink
Merge pull request #1133 from maykinmedia/fix/2271-alignment-statuses…
Browse files Browse the repository at this point in the history
…-detail

💄 [#2271] Fix status margins
  • Loading branch information
alextreme authored Apr 8, 2024
2 parents b4ab120 + f8e5bff commit 7c4066f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_inwoner/scss/components/Status/_StatusList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
font-weight: normal;
justify-content: space-between;
padding: 0;
margin: var(--spacing-small) 0 0 0;
margin: 0;
width: 100%;
}

Expand All @@ -47,7 +47,7 @@
}

.link--bold {
margin: var(--spacing-small) 0 0 0;
margin: 0;
}

.link-future {
Expand Down

0 comments on commit 7c4066f

Please sign in to comment.