1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00:00

big-textarea not important

This commit is contained in:
Kyle Spearrin
2018-02-27 08:21:26 -05:00
parent aaa21daa29
commit 119c6d5817

View File

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