Skip to content

Commit

Permalink
fix: fix sidebarInfo divider margin (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored Dec 7, 2021
1 parent 181468f commit a808ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/Apps/SidebarInfo/SidebarInfo.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {

margin: var(--spacers-dp16) 0;
}

.entry {
Expand All @@ -9,7 +9,7 @@
}

.icon {
margin-right: var(--spacers-dp8)
margin-right: var(--spacers-dp8);
}

.link {
Expand Down

0 comments on commit a808ab9

Please sign in to comment.