File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/app-frontend/src/features/timeline Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ export default defineComponent({
361
361
>
362
362
<template #left >
363
363
<div class =" flex flex-col h-full" >
364
- <div class =" h-8 flex-none border-b border-gray-200 dark:border-gray-800 box-content flex items-center" >
364
+ <div class =" h-8 flex-none border-b border-gray-200 dark:border-gray-800 flex items-center" >
365
365
<VueDropdown >
366
366
<template #trigger >
367
367
<VueButton
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export default defineComponent({
229
229
v-model =" filter"
230
230
icon-left =" search"
231
231
:placeholder =" `Filter ${selectedLayer.label}`"
232
- class =" search flat"
232
+ class =" search flat h-[31px] "
233
233
/>
234
234
</div >
235
235
You can’t perform that action at this time.
0 commit comments