1
0
mirror of https://github.com/bitwarden/web synced 2026-01-04 09:33:32 +00:00

adjust height of notes field

This commit is contained in:
Kyle Spearrin
2017-10-07 21:57:00 -04:00
parent 4046339569
commit b13edfeeae
3 changed files with 13 additions and 1 deletions

View File

@@ -785,3 +785,13 @@ h1, h2, h3, h4, h5, h6 {
}
}
}
textarea {
&#notes {
height: 100px;
}
&.big-textarea {
height: 200px !important;
}
}