Merge pull request #12344 from Budibase/budi-5641-justified-text-is-not-working-properly-in-paragraph

fix justified alignment
This commit is contained in:
Andrew Kingston 2023-11-09 20:22:14 +00:00 committed by GitHub
commit 5955b5ceed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
.align--right {
text-align: right;
}
.align-justify {
.align--justify {
text-align: justify;
}
</style>