mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 18:50:56 +00:00
Better handling of whitespace.
This commit is contained in:
parent
91cbf2b321
commit
e4a1443d1d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -217,6 +217,10 @@
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
&-text {
|
||||
min-height: 35px;
|
||||
}
|
||||
|
||||
&-feedback-label {
|
||||
font-size: inherit;
|
||||
margin-right: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue