Merge pull request #4112 from AntonKhorev/no-float-inside-sidebar

Remove unnecessary full-width float css from sidebar
This commit is contained in:
Andy Allan 2023-08-02 15:54:16 +01:00 committed by GitHub
commit 5796bf6347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,9 +422,6 @@ body.small-nav {
> div { > div {
position: relative; position: relative;
float: left;
clear: both;
width: 100%;
} }
} }