fix: Dropdown and Popover manual padding

This commit is contained in:
Benjamin Canac
2022-04-12 15:04:56 +02:00
parent 8bc4902078
commit 2e099392f1
4 changed files with 7 additions and 7 deletions

View File

@@ -292,7 +292,7 @@ const alertDialog = {
const dropdown = {
wrapper: 'relative inline-flex text-left',
container: 'w-48 z-20',
container: 'w-48 z-20 py-2',
base: 'u-bg-white divide-y u-divide-gray-100 rounded-md ring-1 u-ring-gray-200 shadow-lg',
item: {
base: 'group flex items-center gap-3 px-4 py-2 text-sm w-full',