fix: set fixed height for SidebarSectionForm controls
This commit is contained in:
committed by
Brian McGee
parent
f677d96acf
commit
596458d809
@@ -81,7 +81,7 @@ export function SidebarSectionForm<
|
||||
>
|
||||
{props.title}
|
||||
</Typography>
|
||||
<div class="controls">
|
||||
<div class="controls h-4">
|
||||
{editing() && !formStore.submitting && (
|
||||
<KButton type="submit">
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user