Skip to content

Commit

Permalink
fix(timeline): separators alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 4, 2024
1 parent 696780d commit 29077dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/timeline/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export default defineComponent({
>
<template #left>
<div class="flex flex-col h-full">
<div class="h-8 flex-none border-b border-gray-200 dark:border-gray-800 box-content flex items-center">
<div class="h-8 flex-none border-b border-gray-200 dark:border-gray-800 flex items-center">
<VueDropdown>
<template #trigger>
<VueButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default defineComponent({
v-model="filter"
icon-left="search"
:placeholder="`Filter ${selectedLayer.label}`"
class="search flat"
class="search flat h-[31px]"
/>
</div>

Expand Down

0 comments on commit 29077dc

Please sign in to comment.