Remove annoying difference in button heights. (#1853)

* Remove annoying difference in button heights.

Why was that even there?

See before & after: http://imgur.com/a/yKdUR

* (2/2) Remove annoying difference in button heights
release/v1.2
Hussain Khalil 7 years ago committed by Lunny Xiao
parent 2ec5dc1661
commit 009a073990

@ -1307,7 +1307,6 @@ footer .ui.language .menu {
}
.repository.file.list #file-buttons {
font-weight: normal;
margin-top: -3px;
}
.repository.file.list #file-buttons .ui.button {
padding: 8px 10px;

@ -163,7 +163,6 @@
}
#file-buttons {
font-weight: normal;
margin-top: -3px;
.ui.button {
padding: 8px 10px;
font-weight: normal;

Loading…
Cancel
Save