1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

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

View file

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