mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: max-width on input select.
This commit is contained in:
+7
-1
@@ -444,7 +444,7 @@
|
||||
{#snippet indexEditForm({ index, count, isDesktop = true })}
|
||||
{@const firstItem = count === 0}
|
||||
{#if isDesktop}
|
||||
<Layout.Stack direction="row" gap="m" alignItems="center">
|
||||
<Layout.Stack gap="m" direction="row" alignItems="center" class="desktop-selects-form">
|
||||
<InputSelect
|
||||
id="key-{count}"
|
||||
label={firstItem ? 'Column' : undefined}
|
||||
@@ -560,4 +560,10 @@
|
||||
visibility: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
// stack > div > input-select button!
|
||||
:global(.desktop-selects-form :first-child button:first-of-type) {
|
||||
width: 164px;
|
||||
max-width: 164px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user