File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 13
13
border-left : 1px solid #3e87b2 ;
14
14
15
15
a {
16
- display : flex ;
17
- align-items : center ;
16
+ display : block ;
18
17
padding-left : 12px ;
19
18
height : 20px ;
19
+ line-height : 20px ;
20
20
color : #8fb9cf ;
21
21
font-size : 12px ;
22
22
33
33
34
34
& :first-of-type {
35
35
@include DosisFont ;
36
- flex : 0 0 50px ;
36
+ float : right ;
37
+ width : 50px ;
37
38
text-align : right ;
38
39
}
39
40
& :last-of-type {
40
- flex : 1 1 auto ;
41
+ margin-right : 50 px ;
41
42
overflow : hidden ;
42
43
text-overflow : ellipsis ;
43
44
white-space : nowrap ;
Original file line number Diff line number Diff line change @@ -330,9 +330,6 @@ a.subitem {
330
330
color : white ;
331
331
332
332
> * :first-child {
333
- overflow : hidden ;
334
- text-overflow : ellipsis ;
335
- width : 100% ;
336
333
position : absolute ;
337
334
letter-spacing : 2px ;
338
335
line-height : 12px ;
You can’t perform that action at this time.
0 commit comments