mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: stack vercally filter inputs on mobile
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
<div>
|
||||
<form on:submit|preventDefault={addFilterAndReset}>
|
||||
<ul class="selects u-flex u-gap-8 u-margin-block-start-16">
|
||||
<ul class="selects u-flex u-gap-8 u-margin-block-start-16 u-flex-vertical-mobile">
|
||||
<InputSelect
|
||||
id="column"
|
||||
options={$columns
|
||||
|
||||
Reference in New Issue
Block a user