summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-22 06:11:36 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-22 06:11:36 +0000
commit11eaf83aeda73ab15a2f606d3bc6b3489d8071aa (patch)
tree09602b444795a4c85a5e5a422662939333466ced /src/styles/globals.css
parent24cc59486efbe9caebfb10228283ee515afb5934 (diff)
parent5e2a8d315fa0bc58a18d4df5a995e402388995c9 (diff)
Merged in update-category-management (pull request #254)
<iman> update category dropdown
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 505dcab4..b3ca85f4 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -563,7 +563,8 @@ button {
}
.category-mega-box > div:hover .category-mega-box__parent {
- @apply bg-gray_r-5;
+ @apply bg-gray_r-5
+ w-full;
}
.category-mega-box > div:hover .category-mega-box__child-wrapper {