CSS bug on SSL certificates page

torko

Verified User
Joined
Mar 15, 2011
Messages
89
Location
Hungary
On latest skin, there is a bug on SSL page. The text out of box. (this was not earlier)

CSS_bug.JPG
 
I added this custom css to fix it:

.ui-tabs .ui-tabs-header-tab-label {
white-space: normal!important;
}
 
Last edited:
Back
Top