Skip to content

Commit

Permalink
Add spacing for desktop dropdown UI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 28, 2024
1 parent 5e0fd66 commit 89eec45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
class="flex flex-col rounded-sm bg-white"
:class="{ 'border border-dark-charcoal-20 shadow-el-2': bordered }"
:class="{ 'border border-dark-charcoal-20 p-2 shadow-el-2': bordered }"
data-testid="recent-searches"
>
<div
Expand Down

0 comments on commit 89eec45

Please sign in to comment.