remove white-space: pre, closes #77

This commit is contained in:
Martin Zimmermann 2014-03-29 18:47:02 +01:00
parent d6237de982
commit 5ab3a7bed4

View File

@ -29,7 +29,7 @@ a {
}
.textarea {
white-space: pre;
min-height: 48px;
outline: 0px solid transparent;
}
@ -115,8 +115,6 @@ a {
> div.textarea-wrapper .textarea {
@include fill-parent;
@include isso-shadow;
min-height: 48px;
font: inherit;
}
> .isso-comment-footer {
@ -173,9 +171,6 @@ a {
.textarea {
@include fill-parent;
@include isso-shadow;
min-height: 48px;
font: inherit;
}
> .textarea-wrapper {