From 2c018bf3683d7dbc0f1fbf5237c8e619f7bea4df Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 25 Jul 2023 22:32:56 -0700 Subject: [PATCH] Hpyen issue in paragraph --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b0c590b..ddfdbc0 100644 --- a/style.css +++ b/style.css @@ -4621,4 +4621,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders li{ overflow: unset; + } + #rl-app p{ + hyphens: none; } \ No newline at end of file -- GitLab