From f3be5afbc4fafcf5c9e5d6f848631669f6e3b320 Mon Sep 17 00:00:00 2001 From: Slava <53832230+slavalamp@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:49:22 +0100 Subject: [PATCH] AO3-5596 make listboxes clear properly --- public/stylesheets/site/2.0/18-zone-searchbrowse.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/site/2.0/18-zone-searchbrowse.css b/public/stylesheets/site/2.0/18-zone-searchbrowse.css index 5ddba9b6cec..e599349ca71 100644 --- a/public/stylesheets/site/2.0/18-zone-searchbrowse.css +++ b/public/stylesheets/site/2.0/18-zone-searchbrowse.css @@ -18,6 +18,10 @@ Arguably filter and search could be styled in interactions but I've put them her min-height: 17.5em; } +.media-index .listbox:nth-of-type(odd) { + clear: left; +} + /* INTERACTION: SEARCH */ form.search input[type="text"] {