mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Preserve line formatting in word count error message
This commit is contained in:
parent
53b3e3831d
commit
9019b20d50
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ script(type='text/ng-template', id='wordCountModalTemplate')
|
||||||
.row(ng-show='data.messages.length > 0')
|
.row(ng-show='data.messages.length > 0')
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
p {{data.messages}}
|
p(style="white-space: pre-wrap") {{data.messages}}
|
||||||
.row
|
.row
|
||||||
.col-xs-4
|
.col-xs-4
|
||||||
.pull-right #{translate("total_words")} :
|
.pull-right #{translate("total_words")} :
|
||||||
|
|
Loading…
Reference in a new issue