X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/02a6ec60ec204fb98f917e2a006bf38bb85876dc..a4af46ef4786aa7eef5524a2a69cbc13f326880b:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d63317812..03fe7bd42 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -686,6 +686,11 @@ form { } } +/* Stop bootstrap 5 from floating legends when they don't need to be */ +legend { + float: none; +} + /* Rules for the search and direction forms */ header .search_forms,