Fix inline input confirm margin

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-11-10 09:48:14 +01:00
parent cc96b93f95
commit dbcea3316a
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ input {
width: 34px;
padding: 7px 6px;
cursor: pointer;
margin-right: 0;
&:disabled {
cursor: default;
@include icon-color('confirm-fade', 'actions', $color-black, 2, true);