align tag icon and text (#1843)

This commit is contained in:
BlueGreenMagick 2022-05-09 10:15:44 +09:00 committed by GitHub
parent 7c543eeb2f
commit cc374996cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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>