mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
fix: PeriodSelector styling
This commit is contained in:
parent
865bf1f60e
commit
32bed65ca2
@ -9,7 +9,7 @@
|
||||
}"
|
||||
>
|
||||
<div
|
||||
class="text-sm flex hover:bg-gray-100 focus:outline-none focus:bg-gray-100 items-center px-3 py-2 rounded-md cursor-pointer"
|
||||
class="text-sm flex hover:bg-gray-100 focus:outline-none focus:bg-gray-100 items-center px-3 py-1 rounded-md leading-relaxed cursor-pointer"
|
||||
@click="toggleDropdown()"
|
||||
tabindex="0"
|
||||
@keydown.down="highlightItemDown"
|
||||
|
Loading…
Reference in New Issue
Block a user