Skip to content
Snippets Groups Projects
Commit ae905213 authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

fix(export): removed two columns layout

parent 0188e2bd
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!174fix(export): removed two columns layout
...@@ -92,7 +92,7 @@ export const CheckboxFilter = ({ ...@@ -92,7 +92,7 @@ export const CheckboxFilter = ({
{filteredOptions.length === 0 ? ( {filteredOptions.length === 0 ? (
<p className="w-full text-sm text-font-400">No matching elements found.</p> <p className="w-full text-sm text-font-400">No matching elements found.</p>
) : ( ) : (
<ul className="columns-2 gap-8"> <ul>
{filteredOptions.map(option => ( {filteredOptions.map(option => (
<li key={option.id} className="mb-5 flex items-center gap-x-2"> <li key={option.id} className="mb-5 flex items-center gap-x-2">
<OptionInput <OptionInput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment