mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
align tag icon and text (#1843)
This commit is contained in:
parent
7c543eeb2f
commit
cc374996cc
2 changed files with 2 additions and 1 deletions
|
@ -473,6 +473,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
.tag-editor-area {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-items: flex-end;
|
||||
padding: 0 1px 1px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 3px;
|
||||
|
|
|
@ -24,6 +24,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<style lang="scss">
|
||||
.tag-options-button {
|
||||
padding: 3px;
|
||||
padding: 6px 3px 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue