Merge pull request #1154 from lemondevxyz/fix-issue-1111

remove unnecessary right padding from all lists in Rich Text(pad)
This commit is contained in:
wginolas 2023-07-24 11:08:22 +02:00 committed by GitHub
commit d07cdc2d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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