Better handling of whitespace.

This commit is contained in:
Paulo Reis 2016-06-24 12:07:02 +01:00
parent 91cbf2b321
commit e4a1443d1d
2 changed files with 5 additions and 1 deletions

View file

@ -129,7 +129,7 @@ div.full-size.pdf(ng-controller="PdfController")
) #{translate("answer_no")}
.card-hint-feedback(ng-show="feedbackSent")
label.card-hint-feedback-label #{translate("log_hint_feedback_gratitude")}
p.entry-content(ng-show="entry.content") {{ entry.content }}
p.entry-content(ng-show="entry.content") {{ entry.content.trim() }}
p
.pull-right

View file

@ -217,6 +217,10 @@
margin-bottom: 20px;
}
&-text {
min-height: 35px;
}
&-feedback-label {
font-size: inherit;
margin-right: 0.5em;