Symptom
When adding a Text Component in CSB, there is an Indent added to the text as designed. This KBA explains how to remove the Indent using custom plugin or Javascript in CSB.
Environment
SAP SuccessFactors Recruiting Marketing
Resolution
The code <style type="text/css">.buttontext .inner.disableHorizontalPadding{max-width:100%}</style> needs to added to a custom plugin or Javascript Tab in CSB.
Custom Plugin:
- Go to CSB
- Go to Pages > Home > Select the locale > Brand
- Click on Add Component > Custom Plugin (Note: The new component will appear at the bottom.)
- Open the Custom Plugin > Add the code <style type="text/css">.buttontext .inner.disableHorizontalPadding{max-width:100%}</style>.
- Click on Publish
Javscript Tab:
- Go to CSB
- Appearance > Global
- Click on the Javascript Tab
- Add the code <style type="text/css">.buttontext .inner.disableHorizontalPadding{max-width:100%}</style>to either header or footer.
- Click on Save.
See Also
2802422 - What to know about the custom plugin - Recruiting Marketing
Keywords
Remove Spacing, Padding, Extra, Additional spacing, Text Component , KBA , LOD-SF-RMK-CSB-CPT , CSB component, content, category, landing page confi issues , How To