File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1313 border-left : 1px solid #3e87b2 ;
1414
1515 a {
16- display : block ;
16+ display : flex ;
17+ align-items : center ;
1718 padding-left : 12px ;
1819 height : 20px ;
19- line-height : 20px ;
2020 color : #8fb9cf ;
2121 font-size : 12px ;
2222
3333
3434 & :first-of-type {
3535 @include DosisFont ;
36- float : right ;
37- width : 50px ;
36+ flex : 0 0 50px ;
3837 text-align : right ;
3938 }
4039 & :last-of-type {
41- margin-right : 50 px ;
40+ flex : 1 1 auto ;
4241 overflow : hidden ;
4342 text-overflow : ellipsis ;
4443 white-space : nowrap ;
Original file line number Diff line number Diff line change @@ -330,6 +330,9 @@ a.subitem {
330330 color : white ;
331331
332332 > * :first-child {
333+ overflow : hidden ;
334+ text-overflow : ellipsis ;
335+ width : 100% ;
333336 position : absolute ;
334337 letter-spacing : 2px ;
335338 line-height : 12px ;
You can’t perform that action at this time.
0 commit comments