Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(ui): search test field height not aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 12, 2021
1 parent e94947c commit 483bf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/peeky-client/src/features/suite/SuitesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ const failedTestCount = computed(() => {
<div class="h-full flex flex-col divide-y divide-gray-100 dark:divide-gray-800">
<slot name="toolbar" />

<div class="flex-none">
<div class="flex-none h-10">
<BaseInput
v-model="searchText"
size="md"
placeholder="Filter tests..."
class="h-10"
class="h-full"
>
<template #after>
<button
Expand Down

0 comments on commit 483bf34

Please sign in to comment.