Fixed: unwanted padding in the new compose field in MultiColumn
This commit is contained in:
parent
2eccd93785
commit
4119b0d7c9
3 changed files with 12 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue