Fixed: unwanted padding in the new compose field in MultiColumn

This commit is contained in:
Niléane 2023-12-26 01:31:00 +01:00
commit 4119b0d7c9
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View file

@ -5864,6 +5864,10 @@ a:is(.active,
margin-top: 0;
}
.layout-multiple-columns .compose-form {
padding: 0;
}
@media screen and (min-width:630px) and (max-width:1174px) {
.layout-multiple-columns
:is(

View file

@ -5864,6 +5864,10 @@ a:is(.active,
margin-top: 0;
}
.layout-multiple-columns .compose-form {
padding: 0;
}
@media screen and (min-width:630px) and (max-width:1174px) {
.layout-multiple-columns
:is(

View file

@ -5864,6 +5864,10 @@ a:is(.active,
margin-top: 0;
}
.layout-multiple-columns .compose-form {
padding: 0;
}
@media screen and (min-width:630px) and (max-width:1174px) {
.layout-multiple-columns
:is(