mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix an alignment issue
This commit is contained in:
parent
b6b252b1f8
commit
da9535f442
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ block content
|
|||
.col-md-10.col-xs-9
|
||||
include ./list/project-list
|
||||
|
||||
span(ng-show="first_sign_up == 'minimial' && projects.length == 0")
|
||||
span(ng-if="first_sign_up == 'minimial' && projects.length == 0")
|
||||
.col-md-offset-2.col-md-8.col-md-offset-2.col-xs-8
|
||||
include ./list/project-list-minimal
|
||||
|
||||
|
|
Loading…
Reference in a new issue