aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 09:09:01 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 09:09:01 +0200
commitc08d710428ca14b0ebe3d13c16df0aa9b8ba9a93 (patch)
treef07e2653a7d9aaa96a3b6e304839079c879d3af6 /src/styles.css
parent62d0b6fd8436d21ad436438880e3253d5b15cbcf (diff)
downloadDevHive-Angular-c08d710428ca14b0ebe3d13c16df0aa9b8ba9a93.tar
DevHive-Angular-c08d710428ca14b0ebe3d13c16df0aa9b8ba9a93.tar.gz
DevHive-Angular-c08d710428ca14b0ebe3d13c16df0aa9b8ba9a93.zip
Minor update/fix to styling of textarea component on editing comment
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css3
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 {