Description
Adds a class for padding left based on attribute valueUsage
as attributeParameters
| Param | Type | Details |
|---|---|---|
| padding-left | number | Amount of padding to include, acceptable values (0, 0.25, 0.5, 1 and 2) |
Example
Source
Result

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
<ANY padding-left="{number}">
...
</ANY>
| Param | Type | Details |
|---|---|---|
| padding-left | number | Amount of padding to include, acceptable values (0, 0.25, 0.5, 1 and 2) |
<p style="bg-tertiary text-tertiary-contrast" padding-left="2">
Check out my padding on the left (padding-left="2")
</p>
<p style="bg-tertiary text-tertiary-contrast" padding-left="1">
Check out my padding on the left (padding-left="1")
</p>
<p style="bg-tertiary text-tertiary-contrast" padding-left="0.5">
Check out my padding on the left (padding-left="0.5")
</p>
<p style="bg-tertiary text-tertiary-contrast" padding-left="0.25">
Check out my padding on the left (padding-left="0.25")
</p>
<p style="bg-tertiary text-tertiary-contrast" padding-left="0">
Check out my padding on the left (padding-left="0")
</p>

Was this page helpful?