This commit is contained in:
Kenneth Jannette
2024-02-11 20:54:42 -06:00
parent de70b78108
commit ac5e5f5f47
2 changed files with 6 additions and 0 deletions

View File

@@ -304,6 +304,7 @@
color: #a2a2a2; color: #a2a2a2;
margin-top: 6px; margin-top: 6px;
padding: 0px 5px; padding: 0px 5px;
text-align: justify;
} }
.outer-div { .outer-div {

View File

@@ -13,4 +13,9 @@
overflow: hidden; overflow: hidden;
min-height: 200px; min-height: 200px;
resize: none; resize: none;
text-align: justify;
}
textarea {
text-align: justify;
} }