mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix Tag SPACER
This commit is contained in:
parent
4fc3e059be
commit
63c00db502
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<div class="position-relative tag-margins hide-tag zero-width-tag">
|
<div class="position-relative tag-margins hide-tag zero-width-tag">
|
||||||
<!-- makes sure footer does not resize when adding first tag -->
|
<!-- makes sure footer does not resize when adding first tag -->
|
||||||
<Tag name="SPACER" />
|
<Tag>SPACER</Tag>
|
||||||
</div>
|
</div>
|
||||||
</ButtonToolbar>
|
</ButtonToolbar>
|
||||||
</StickyBottom>
|
</StickyBottom>
|
||||||
|
|
Loading…
Reference in a new issue