fix: thêm múi giờ vào docker-compose.prod.yml để sửa lỗi hiển thị sai giờ

This commit is contained in:
2026-06-24 17:45:02 +07:00
parent 9dc1faee6f
commit 4b551ccc31
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# To AI Agent: Fix Overlapping Text and Layout Overflow in MyNotePage Note Cards
## 1. Context & Layout Bug Analysis
We are fixing a severe rendering and layout bug inside the Note Card component of `MyNotePage.tsx` as captured in `image_8a449e.png`:
We are fixing a severe rendering and layout bug inside the Note Card component of `MyNotePage.tsx` as captured in `image.png`:
- **Bug 1 (Chữ đè chồng lên nhau):** The text lines inside the note body (headings, dates, journal contents) are collapsing vertically and rendering directly on top of each other. This is caused by rogue `absolute` positioning or a broken flex/grid system on inner content elements.
- **Bug 2 (Tràn ra khỏi Board chứa):** Long text strings (such as resolved address lines with "Đà Nẵng, Vietnam" or "Tuy Hòa, Phú Yên") are breaking out horizontally and vertically beyond the rounded border bounds of the card.