Skip to content

Commit a42ced1

Browse files
authored
Merge pull request #759 from pribilinskiy/patch-1
Update sidebar-item-style.scss
2 parents a731cb6 + a04bd01 commit a42ced1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: components/sidebar-item/sidebar-item-style.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
@import 'functions';
33

44
.sidebar-item {
5+
position: relative;
56
font-size: getFontSize(-1);
67
margin-bottom: 0.75em;
78

89
&__title {
10+
padding-right: 15px;
911
font-weight: 400;
1012
text-decoration: none;
1113
color: inherit;
@@ -16,7 +18,8 @@
1618
}
1719

1820
&__toggle {
19-
float: right;
21+
position: absolute;
22+
right: 0;
2023
line-height: 1.5;
2124
cursor: pointer;
2225
color: getColor(dusty-grey);

0 commit comments

Comments
 (0)