diff options
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles.css b/src/styles.css index d57416e..06ddae6 100644 --- a/src/styles.css +++ b/src/styles.css @@ -372,8 +372,9 @@ input[type=file]::file-selector-button { /* Inputs, the type found in login and register */ .textarea-new-msg { - min-height: 1.5em; + min-height: 2em; resize: vertical; + box-sizing: border-box; } .fancy-input { |
