mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove extra space between rows
This commit is contained in:
parent
959db80177
commit
6639f61a43
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ block content
|
|||
div(ng-show="view =='domainSubscriptionJoin'").text-centered
|
||||
.row
|
||||
.col-md-12 #{translate("group_provides_you_with_premium_account", {groupName:licenceName})}
|
||||
.row.row-spaced
|
||||
.row
|
||||
.col-md-12
|
||||
.text-center
|
||||
a.btn.btn-default(href="/project") #{translate("not_now")}
|
||||
|
|
Loading…
Reference in a new issue