Fix banner width in admin section
The banner background was extending outside the table where its preview was rendered.
This commit is contained in:
@@ -2125,7 +2125,8 @@ table {
|
|||||||
@include full-width-background;
|
@include full-width-background;
|
||||||
|
|
||||||
.debates-list &::before,
|
.debates-list &::before,
|
||||||
.proposals-list &::before {
|
.proposals-list &::before,
|
||||||
|
.admin &::before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user