fixes last line justify of splited paragraphes
This commit is contained in:
@@ -162,10 +162,13 @@
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
//text-justify: inter-character;
|
//text-justify: inter-character;
|
||||||
text-align-last: left !important;
|
// text-align-last: left !important;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
hanging-punctuation: first;
|
hanging-punctuation: first;
|
||||||
}
|
}
|
||||||
|
.justify[data-split-to] p:last-of-type{
|
||||||
|
text-align-last: justify;
|
||||||
|
}
|
||||||
|
|
||||||
.section-content p {
|
.section-content p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user