remove unnecessary right padding from all lists in Rich Text(pad)

the app Rich Text, codename pad, has unnecessary right padding for all
lists. This makes it quite frustrating to edit in mobile environments.

This commit basically removes all unnecessary right padding for all lists.
This commit is contained in:
Ahmed Mazen 2023-07-20 03:56:04 +08:00
parent 598fb5750c
commit 9d4805a2a2
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ ol,ul,dl
*margin-right: 0px;
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
padding: 0 40px;
padding-right: 0px;
}
h1,h2,h3,h4,h5,h6