Skip to content

Commit

Permalink
AO3-5596 make listboxes clear properly
Browse files Browse the repository at this point in the history
  • Loading branch information
slavalamp committed Jan 7, 2025
1 parent e785293 commit f3be5af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/stylesheets/site/2.0/18-zone-searchbrowse.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"] {
Expand Down

0 comments on commit f3be5af

Please sign in to comment.