Skip to content

Commit 647bbe5

Browse files
fix(side-nav) add padding (#530)
Co-authored-by: Dmitriy Potychkin <dmitriy.traceable.ai> Co-authored-by: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com>
1 parent 64c2a94 commit 647bbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/components/src/navigation/navigation-list.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
position: relative;
66
display: flex;
77
flex-direction: column;
8+
padding: 18px 12px;
89

910
height: 100%;
1011
width: 100%;
11-
padding-right: 5px;
1212
justify-content: space-between;
1313

1414
.content {
@@ -34,7 +34,7 @@
3434
position: absolute;
3535
display: flex;
3636
align-items: center;
37-
top: 6px;
37+
top: 22px;
3838
right: -12px;
3939
height: 28px;
4040
width: 12px;

0 commit comments

Comments
 (0)