From 44fe49c209349f3948a525d59a10b3af9d83d5a2 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 2 Aug 2023 22:18:29 -0700 Subject: [PATCH] width issue --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 37e779a..0387621 100644 --- a/style.css +++ b/style.css @@ -4625,5 +4625,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { overflow: auto; } #rl-app .b-folders li{ - width: fit-content; + width: auto; } \ No newline at end of file -- GitLab