Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1467da8e authored by Ronak Patel's avatar Ronak Patel
Browse files

Folder issue in webmail

parent fe647bfd
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -4617,8 +4617,15 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    }

    #rl-app .b-folders li ul.collapsed{
        display: block;
        display: unset;
    }
    #rl-app .b-folders li{
    #rl-app .b-folders-user ul > li{
        overflow: unset;
        margin-left: 10px;
    }
    #rl-app .b-folders-user{
        overflow: auto;
    }
    #rl-app .b-folders li{
        width: fit-content;
    }
 No newline at end of file