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

Commit f46c5fed authored by Ronak Patel's avatar Ronak Patel
Browse files

Merge branch 'dev/width-issue' into 'main'

Regression: width issue

See merge request !43
parents 7876f219 81c8295a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4625,5 +4625,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
        overflow: auto;
        overflow: auto;
    }
    }
    #rl-app .b-folders li{
    #rl-app .b-folders li{
        width: fit-content;
        width: auto;
    }
    }
 No newline at end of file