7.6 Padding (padding)
This topic provides information on Padding (padding)
CSS Equivalent:
padding, padding-top, padding-right, etc.
Figma Concept:
Space inside the container pushing children inward.
How to Set in Figma:
- Select the Auto Layout frame
- Use Padding Around Items in the Auto Layout section
- Options:
- Uniform padding → One value (e.g. padding: 16px;)
- Vertical & Horizontal padding→ Use “Alignment & padding” icon
- Individual sides → Use “Independent paddings” icon for full control
Note:
Please ensure that you use padding variable instead of explicit value.Parent topic: Auto Layout to Flexbox Mapping
