mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Add small horizontal margin so selected highlight can show
This commit is contained in:
parent
280a724957
commit
6e53ea8a6d
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<StickyBottom>
|
||||
<ButtonToolbar
|
||||
class="d-flex flex-wrap align-items-center"
|
||||
class="d-flex flex-wrap align-items-center mx-1"
|
||||
{size}
|
||||
on:focusout={deselectIfLeave}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue