
diff --git a/fe-admin/src/components/pe/PeDetailTabs.tsx b/fe-admin/src/components/pe/PeDetailTabs.tsx
index 3da4ff6..bad9a6b 100644
--- a/fe-admin/src/components/pe/PeDetailTabs.tsx
+++ b/fe-admin/src/components/pe/PeDetailTabs.tsx
@@ -272,8 +272,10 @@ export function PeDetailTabs({
}
function Section({ title, children }: { title: string; children: React.ReactNode }) {
+ // Session 20 turn 11: padding responsive cho laptop màn nhỏ — px-3 trên xs
+ // (tiết kiệm ~16px width), bump px-5 từ sm+ trở lên.
return (
-
+
@@ -1380,8 +1382,10 @@ function HangMucCard({
return (
- {/* Header row — hạng mục info + actions */}
-
+ {/* Header row — hạng mục info + actions. Session 20 turn 11: flex-wrap +
+ padding responsive cho laptop nhỏ. Stat (Số tiền NS) wrap xuống dòng
+ riêng khi container hẹp. */}
+