Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Adds a class for padding right based on attribute value
Usage
as attribute
<ANY padding-right="{number}">
...
</ANY>
Parameters
| Param | Type | Details |
|---|
| padding-right | number | Amount of padding to include, acceptable values (0, 0.25, 0.5, 1 and 2) |
Example
Source
<p style="text-align:right;" class="tk-stl-bg-tertiary tk-stl-text-tertiary-contrast" padding-right="2">
Check out my padding on the right (padding-right="2")
</p>
<p style="text-align:right;" class="tk-stl-bg-tertiary tk-stl-text-tertiary-contrast" padding-right="1">
Check out my padding on the right (padding-right="1")
</p>
<p style="text-align:right;" class="tk-stl-bg-tertiary tk-stl-text-tertiary-contrast" padding-right="0.5">
Check out my padding on the right (padding-right="0.5")
</p>
<p style="text-align:right;" class="tk-stl-bg-tertiary tk-stl-text-tertiary-contrast" padding-right="0.25">
Check out my padding on the right (padding-right="0.25")
</p>
<p style="text-align:right;" class="tk-stl-bg-tertiary tk-stl-text-tertiary-contrast" padding-right="0">
Check out my padding on the right (padding-right="0")
</p>
Result
