Fixed index DOM warning. Google Play btn height

This commit is contained in:
vjrj 2018-11-18 13:08:36 +01:00
parent 6abe668740
commit 3f8bc3666b
2 changed files with 6 additions and 2 deletions

View file

@ -77,3 +77,7 @@
}
}
}
.android-btn > div {
height: 50px !important;
}