File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,10 @@ button {
412412 position : relative;
413413 white-space : nowrap;
414414}
415+ .email_folders .folders > li {
416+ overflow : hidden;
417+ text-overflow : ellipsis;
418+ }
415419.inner_list li {
416420 margin : 2px ;
417421 white-space : nowrap;
@@ -1470,6 +1474,7 @@ div.unseen,
14701474 width : fit-content;
14711475 margin-left : 0 ;
14721476 padding : 10px 20px ;
1477+ display : block !important ;
14731478}
14741479
14751480.mobile .app-logo {
Original file line number Diff line number Diff line change @@ -627,7 +627,6 @@ ul.inner_list > li[class^="m-has-children"] {
627627 display : flex;
628628 flex-direction : column;
629629 align-items : flex-start;
630- padding : 0 ;
631630}
632631.inner_list li [class ^= "m-has-children" ] .m-has-children-wrapper {
633632 display : flex;
You can’t perform that action at this time.
0 commit comments