mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
fix(preset): replace avatar wrapper with inline-flex
This commit is contained in:
@@ -279,7 +279,7 @@ const alertDialog = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const dropdown = {
|
const dropdown = {
|
||||||
wrapper: 'relative inline-block text-left',
|
wrapper: 'relative inline-flex text-left',
|
||||||
container: 'w-48 z-20',
|
container: 'w-48 z-20',
|
||||||
base: 'u-bg-white divide-y u-divide-gray-100 rounded-md ring-1 ring-black ring-opacity-5',
|
base: 'u-bg-white divide-y u-divide-gray-100 rounded-md ring-1 ring-black ring-opacity-5',
|
||||||
item: {
|
item: {
|
||||||
|
|||||||
Reference in New Issue
Block a user