We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575075c commit 03ac538Copy full SHA for 03ac538
themes/dlc/layouts/_default/libraries-tools.html
@@ -4,7 +4,7 @@
4
5
<div class="w-full sm:w-1/4 md:w-1/5 px-4">
6
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
7
- <div class="flex flex-wrap md:block">
+ <div class="flex flex-wrap sm:block">
8
<div class="md:my-4 invisible sm:visible">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
9
<h4 class="uppercase mb-4 w-full">Created By</h4>
10
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
0 commit comments