CSS tweaks

This commit is contained in:
Rainer Simon 2020-04-29 10:42:21 +02:00 committed by GitHub
parent cc2421526e
commit 8fb6814254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@
.label {
padding:2px 8px;
display:inline-block;
vertical-align:middle;
}
.delete-wrapper {
@ -51,7 +50,7 @@
}
svg {
vertical-align:middle;
vertical-align:text-top;
}
}
@ -91,4 +90,4 @@
input:-moz-placeholder { color:#c2c2c2; }
input:-ms-input-placeholder { color:#c2c2c2; }
}
}