File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
browser-extension/tests/playground Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ function filterControls(
572572) {
573573 return (
574574 < div className = 'absolute top-full right-0 mt-1 p-3 bg-white border border-gray-300 rounded-md shadow-lg z-10 min-w-48' >
575- < div className = 'space-y-3 ' >
575+ < div className = 'space-y-1 ' >
576576 < div className = 'relative flex overflow-hidden' >
577577 < Badge
578578 type = 'archived'
@@ -600,10 +600,9 @@ function filterControls(
600600 onClick = { ( ) => updateFilter ( 'sentFilter' , 'sent' ) }
601601 />
602602 </ div >
603- < div className = 'relative flex overflow-hidden ' >
603+ < div className = 'relative flex' >
604604 < Badge
605605 type = 'link'
606- text = 'required'
607606 onClick = { ( ) => updateFilter ( 'hasLink' , true ) }
608607 />
609608 < Badge
@@ -615,7 +614,6 @@ function filterControls(
615614 < div className = 'relative flex overflow-hidden' >
616615 < Badge
617616 type = 'image'
618- text = 'required'
619617 onClick = { ( ) => updateFilter ( 'hasImage' , true ) }
620618 />
621619 < Badge
@@ -627,7 +625,6 @@ function filterControls(
627625 < div className = 'relative flex overflow-hidden' >
628626 < Badge
629627 type = 'code'
630- text = 'required'
631628 onClick = { ( ) => updateFilter ( 'hasCode' , true ) }
632629 />
633630 < Badge
You can’t perform that action at this time.
0 commit comments