mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #235 from mdamien/patch-1
Correct alignment for word count dialog
This commit is contained in:
commit
ae522e8b9b
1 changed files with 8 additions and 8 deletions
|
@ -198,21 +198,21 @@ script(type='text/ng-template', id='wordCountModalTemplate')
|
|||
div(ng-if="!status.loading")
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-4
|
||||
.col-xs-4
|
||||
.pull-right #{translate("total_words")} :
|
||||
.col-md-6 {{data.textWords}}
|
||||
.col-xs-6 {{data.textWords}}
|
||||
.row
|
||||
.col-md-4
|
||||
.col-xs-4
|
||||
.pull-right #{translate("headers")} :
|
||||
.col-md-6 {{data.headers}}
|
||||
.col-xs-6 {{data.headers}}
|
||||
.row
|
||||
.col-md-4
|
||||
.col-xs-4
|
||||
.pull-right #{translate("math_inline")} :
|
||||
.col-md-6 {{data.mathInline}}
|
||||
.col-xs-6 {{data.mathInline}}
|
||||
.row
|
||||
.col-md-4
|
||||
.col-xs-4
|
||||
.pull-right #{translate("math_display")} :
|
||||
.col-md-6 {{data.mathDisplay}}
|
||||
.col-xs-6 {{data.mathDisplay}}
|
||||
.modal-footer
|
||||
button.btn.btn-default(
|
||||
ng-disabled="state.inflight"
|
||||
|
|
Loading…
Reference in a new issue