Merge pull request #1596 from StefanoChiodino/U4-7721

U4-7721 install button miss aligned
This commit is contained in:
Warren Buckley
2017-10-06 15:00:09 +01:00
committed by GitHub

View File

@@ -261,6 +261,9 @@ input[type="submit"].btn {
*padding-top: 1px;
*padding-bottom: 1px;
}
// Safari defaults to 1px for input. Ref U4-7721.
margin: 0px;
}