Thread
:
Any way to indent the second line of paragraph if it wraps?
View Single Post
10-29-2023, 03:26 PM
#
2
Karellen
Wizard
Posts: 1,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Sounds like you want a hanging indent.
I am not sure of your use case, or why you have 3 classes to do it, but try...
Code:
.hanging { margin-left: 1em; margin-bottom: 0.5em; text-indent: -1em; }
pseudo-elements may not work in some readers.
Karellen
View Public Profile
Visit Karellen's homepage!
Find More Posts by Karellen
Track Posts by Karellen via RSS