[frio] Use text-align instead of flex display for submit buttons

This commit is contained in:
Hypolite Petovan 2019-02-14 22:49:13 -05:00
parent 2dd7a52b17
commit 3e1e5fc986

View file

@ -2050,8 +2050,7 @@ code > .hl-main {
} }
.comment-edit-submit-wrapper { .comment-edit-submit-wrapper {
display: flex; text-align: right;
justify-content: flex-end;
} }
.comment-icon-list { .comment-icon-list {