1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Fix textareas

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-02-25 22:12:06 +00:00
parent dbf540074d
commit 5bdd61111d
2 changed files with 3 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ limitations under the License.
.mx_DevTools_textarea {
font-size: 12px;
max-width: 624px;
max-width: 684px;
min-height: 250px;
padding: 10px;
width: 100%;