diff --git a/Themes/default/css/index.css b/Themes/default/css/index.css index 1aacb25c8c..9993e6c28a 100644 --- a/Themes/default/css/index.css +++ b/Themes/default/css/index.css @@ -3751,7 +3751,7 @@ form#postmodify .roundframe { .custom_fields_below_signature { width: 100%; overflow: auto; - clear: right; + clear: inline-end; padding: 12px 0 3px 0; border-top: var(--postsection-border-width) var(--postsection-border-style) var(--postsection-border-color); box-shadow: var(--postsection-box-shadow); diff --git a/Themes/default/css/rtl.css b/Themes/default/css/rtl.css index 99832f00c0..f124add28e 100644 --- a/Themes/default/css/rtl.css +++ b/Themes/default/css/rtl.css @@ -8,11 +8,6 @@ margin-left: 0.25em; } -/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */ -.signature, .attachments, .custom_fields_above_signature { - clear: left; -} - /* the page navigation area */ .main_icons.move::before, .main_icons.next_page::before { background-position: -31px -57px;