mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix search height
This commit is contained in:
@@ -422,7 +422,7 @@ async function batchDelete() {
|
||||
.v-input {
|
||||
&.search {
|
||||
--v-input-border-radius: calc(44px / 2);
|
||||
height: var(--v-button-height);
|
||||
height: 44px;
|
||||
width: 200px;
|
||||
margin-left: auto;
|
||||
|
||||
|
||||
@@ -278,7 +278,7 @@ async function onSort(updates: Collection[], removeGroup = false) {
|
||||
<style scoped lang="scss">
|
||||
.v-input.search {
|
||||
--v-input-border-radius: calc(44px / 2);
|
||||
height: var(--v-button-height);
|
||||
height: 44px;
|
||||
width: 200px;
|
||||
margin-left: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user