Some buttons seems not to be correctly shown, their height is wrong and the text overflows the button himself (as shown in the screenshot). I had to add this CSS code to my theme to fix this.

.stButton_gradient, .stMainServices {
	height: 23px!important;
}
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ketan039’s picture

Thanks I was looking for this issue.

Countzero’s picture

Issue summary: View changes

Didn't think of the !important thingy. Thanks !