]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4112 from AntonKhorev/no-float-inside-sidebar
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 2 Aug 2023 14:54:16 +0000 (15:54 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2023 14:54:16 +0000 (15:54 +0100)
Remove unnecessary full-width float css from sidebar

app/assets/stylesheets/common.scss

index 848e3f1be6e072d5ce2357b840d309235727842c..34f2ada7388f9fcc6c6542ecf2298a096a52f076 100644 (file)
@@ -422,9 +422,6 @@ body.small-nav {
 
     > div {
       position: relative;
-      float: left;
-      clear: both;
-      width: 100%;
     }
   }