Skip to content

Commit 694fc1a

Browse files
kwilkinsGitHub Enterprise
authored andcommitted
Merge pull request linode#57 from kwilkins/DLC-85-filters-on-small
DLC-85 Fix filters at lower breakpoints
2 parents 3f385dd + 3399517 commit 694fc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
66
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
7-
<div class="md:block">
7+
<div class="flex flex-wrap sm:block">
88
<div class="md:my-4 invisible sm:visible text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
99
<h4 class="uppercase mb-4 w-full md:text-center">Created By</h4>
1010
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
1111
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
1212
</div>
13-
<div class="md:block">
13+
<div class="flex flex-wrap sm:block">
1414
<h4 class="uppercase mb-4 w-full md:text-center">Language</h4>
1515
{{range ($.Site.GetPage "taxonomyTerm" "languages").Pages }}
1616
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}

0 commit comments

Comments
 (0)