login page: fix margin between login method buttons
This commit is contained in:
parent
8a4848bd37
commit
ffb0e64439
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
{t domain=$CORE_TEXT_DOMAIN}Submit{/t}
|
{t domain=$CORE_TEXT_DOMAIN}Submit{/t}
|
||||||
</button>
|
</button>
|
||||||
{foreach $display_other_methods as $method => $name}
|
{foreach $display_other_methods as $method => $name}
|
||||||
<a class='btn btn-secondary w-100 my-2' href='login?method={$method}&next={$next|escape:"url"}'>{$name}</a>
|
<a class='btn btn-secondary w-100 mt-2' href='login?method={$method}&next={$next|escape:"url"}'>{$name}</a>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue