fix annoying div
This commit is contained in:
parent
6c28398d20
commit
1146f6ba52
1 changed files with 41 additions and 39 deletions
|
|
@ -106,7 +106,8 @@ export function PatternsTab({ context }) {
|
||||||
onChange={(value) => settingsMap.setKey('patternFilter', value)}
|
onChange={(value) => settingsMap.setKey('patternFilter', value)}
|
||||||
items={patternFilterName}
|
items={patternFilterName}
|
||||||
></ButtonGroup>
|
></ButtonGroup>
|
||||||
<div className="pr-4 space-x-4 border-b border-foreground mb-2 flex max-w-full items-center h-16 overflow-x-auto">
|
<div>
|
||||||
|
<div className="pr-4 space-x-4 border-b border-foreground flex max-w-full overflow-x-auto">
|
||||||
<ActionButton
|
<ActionButton
|
||||||
label="new"
|
label="new"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
@ -148,6 +149,7 @@ export function PatternsTab({ context }) {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section className="flex overflow-y-scroll max-h-full flex-col">
|
<section className="flex overflow-y-scroll max-h-full flex-col">
|
||||||
{patternFilter === patternFilterName.user && (
|
{patternFilter === patternFilterName.user && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue