fix button heights on commits page (#3091)

pull/3083/head^2
silverwind 7 years ago committed by Lunny Xiao
parent e2968b4c98
commit 3b89ee5501

File diff suppressed because one or more lines are too long

@ -152,6 +152,13 @@ pre, code {
box-shadow: none; box-shadow: none;
} }
/* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
.menu:not(.vertical) .item .button {
padding-bottom: .78571429em;
padding-top: .78571429em;
font-size: 1em;
}
.text { .text {
&.red { &.red {
color: #d95c5c !important; color: #d95c5c !important;

Loading…
Cancel
Save