Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1023 Bytes

File metadata and controls

22 lines (19 loc) · 1023 Bytes

Nested Boxes (Before)

Boxes within boxes - each with misaligned content.

┌───────────────────────────────┐
│ Outer Container              │
│                            │
│  ┌─────────────────────┐     │
│  │ Inner Box          │      │
│  │ with content│             │
│  └─────────────────────┘     │
│                            │
│  ┌─────────────────────┐     │
│  │ Another Inner│            │
│  │ More content       │      │
│  └─────────────────────┘     │
│                            │
└───────────────────────────────┘

Both outer and inner box content lines need padding. boxfix handles nested boxes correctly.