We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95125b commit b06621cCopy full SHA for b06621c
1 file changed
src/components/SidebarItem/SidebarItem.scss
@@ -7,6 +7,8 @@
7
flex-wrap: wrap;
8
font-size: 15px;
9
margin: 0.6em 0;
10
+ align-items: center;
11
+ min-height: 40px;
12
13
&__toggle {
14
flex: 0 0 auto;
@@ -25,14 +27,20 @@
25
27
background: none;
26
28
border: none;
29
padding: 0;
- display: flex;
30
+ display: inline-flex;
31
align-items: center;
32
+ justify-content: center;
33
+ min-width: 40px;
34
35
}
36
37
&__title {
38
flex: 1 1 auto;
39
color: getColor(elephant);
40
max-width: 85%;
41
42
43
44
@include control-overflow;
45
&.active {
46
font-weight: 600;
0 commit comments