#keyboards padding removed

padding is not needed, with correct font applied.
This commit is contained in:
ಮಯೂರ ವರ್ಮ 2019-02-24 20:53:15 -06:00 • committed by GitHub
parent 36bbad2c5d
commit 6faff312df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ div {
max-height: 84px;
overflow-y: auto;
width: 400px;
padding: 1px 16px 0 0;
padding: 0px 16px 0 0;
}
a.button {