Merge pull request #12344 from Budibase/budi-5641-justified-text-is-not-working-properly-in-paragraph
fix justified alignment
This commit is contained in:
commit
5955b5ceed
|
@ -94,7 +94,7 @@
|
|||
.align--right {
|
||||
text-align: right;
|
||||
}
|
||||
.align-justify {
|
||||
.align--justify {
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue