Skip to content

Commit 94fa7e5

Browse files
authored
Merge pull request #1718 from pom2ter/email-folder-list
fix(frontend): css: email folder list adjustments
2 parents cbee73b + af4b1d1 commit 94fa7e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/core/site.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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{

modules/imap/site.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)