Skip to content

Commit c61fca5

Browse files
committed
Merge pull request cnodejs#212 from tjwudi/master
Fix 'title' textarea layout problem.
2 parents 2c74f02 + 2b2a7f5 commit c61fca5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/stylesheets/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,9 @@ img.unread {
496496
border-radius: 3px;
497497
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
498498
}
499+
textarea[id^=title] {
500+
resize: none;
501+
}
499502
textarea[id^=wmd-input] {
500503
height: 200px;
501504
}

0 commit comments

Comments
 (0)