Skip to content

Commit

Permalink
style: improve alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jan 3, 2024
1 parent 454e8fd commit 6a5e8fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/views/sections/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,14 @@ export default {
:deep(.v-select.select) {
width: 100%;
}

:deep(#smartpicker-select input[type=search]) {
height: 46px;
height: 41px;
}

:deep(#smartpicker-select .details) {
display: inline-flex;
align-items: self-start;
}

</style>

0 comments on commit 6a5e8fc

Please sign in to comment.