Skip to content

Commit

Permalink
TSK-950: fix alignment for tag icon
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
  • Loading branch information
ThetaDR committed Mar 31, 2023
1 parent 582421f commit e87c609
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/tags-resources/src/components/TagsFilter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,10 @@
}}
/>
</div>

<style>
.flex {
display: flex;
align-items: center;
}
</style>

0 comments on commit e87c609

Please sign in to comment.