diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 43a3ddc47..38e4283a7 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -486,4 +486,12 @@ th { .float-right { float: left !important; } + + .text-left { + text-align: right !important; + } + + .text-right { + text-align: left !important; + } }