diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-17 16:03:48 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-17 16:03:48 +0700 |
| commit | f7a0be1407da7edab60f6cb2ca3f1ef97acf811a (patch) | |
| tree | b34c999ec852a16a4f0d97987039b16ed51b333c /src-migrate/modules/product-card | |
| parent | 7072d220bc86b56e76716d114e28af98219e3f69 (diff) | |
Update product detail page ui
Diffstat (limited to 'src-migrate/modules/product-card')
| -rw-r--r-- | src-migrate/modules/product-card/styles/product-card.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-card/styles/product-card.module.css b/src-migrate/modules/product-card/styles/product-card.module.css index 38b895f9..aac27a84 100644 --- a/src-migrate/modules/product-card/styles/product-card.module.css +++ b/src-migrate/modules/product-card/styles/product-card.module.css @@ -41,7 +41,7 @@ } .ready-stock { - @apply bg-danger-500 text-white text-[11px] px-2 py-1 rounded-md; + @apply bg-danger-500 text-white text-[11px] px-2 py-1 rounded-md whitespace-nowrap; } .price-inc, |
