Fix adapative resizing on club pages

This commit is contained in:
celestora 2023-06-11 14:48:59 +03:00 committed by GitHub
parent 0b1d2d577a
commit 05bac50057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2485,5 +2485,5 @@ a.poll-retract-vote {
}
.page_content.overscrolled div[class$="_big_block"] {
width: unset;
}
width: 100%;
}