Skip to content

Commit

Permalink
Add min-height + prevent resize. (Midburn#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
NitayRabi authored Dec 13, 2018
1 parent 1a2b7dc commit 636e5bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ span {
color: $primary-color-muted;
}

textarea.form-control {
resize: none;
min-height: 80px;
}

.midburn_logo {
background-image: url("../images/midburn_logo_120.png");
height: 120px;
Expand Down

0 comments on commit 636e5bb

Please sign in to comment.