Fix banner width in admin section

The banner background was extending outside the table where its preview
was rendered.
This commit is contained in:
Javi Martín
2021-08-17 21:56:36 +02:00
parent 64c98cbda4
commit 6856a18736

View File

@@ -2125,7 +2125,8 @@ table {
@include full-width-background;
.debates-list &::before,
.proposals-list &::before {
.proposals-list &::before,
.admin &::before {
content: none;
}