From d0d359bc3d5e7f8f2ea504f8ba511fa1aead6dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 14 Feb 2022 19:46:10 +0100 Subject: [PATCH] theme: float clearing for select boxes #178 --- layouts/partials/menu.html | 4 +++- static/css/theme.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 75e83cc862..d8dfbfb8d9 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -87,6 +87,7 @@ {{- end }} +
{{- end }} @@ -109,9 +110,10 @@ {{- end }} {{- end }} - +
+ {{- end }} {{- if $showvisitedlinks }} diff --git a/static/css/theme.css b/static/css/theme.css index 0ec7e17c78..b5663ffad0 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1427,6 +1427,10 @@ h6 a { margin: 0; } +.select-clear { + clear: both; +} + @media only all and (max-width: 47.938em) { #breadcrumbs .links, #top-github-link-text { display: none;