Fixed Textareaheight in settings-share tab

This commit is contained in:
newhinton 2018-12-10 16:57:09 +01:00 committed by GitHub
parent 1cae1d5867
commit f995019cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,9 @@
} }
.tab_container.settings { .tab_container.settings {
.textarea{
height: 300px;
}
margin-bottom: 50px; margin-bottom: 50px;
} }
@ -66,4 +69,4 @@
text-align: left; text-align: left;
padding: 3px 5px; padding: 3px 5px;
} }
} }