Correct alignment of the X button on dismissable alerts.

This commit is contained in:
Murtuza Zabuawala 2017-09-18 11:57:44 +01:00 committed by Dave Page
parent bc5a5a5b45
commit 5ebfd88f11

View File

@ -1341,3 +1341,8 @@ body {
.override_label_class_font_size {
font-size: inherit !important;
}
/* To align 'X' in alert on login page */
.alert-dismissable, .alert-dismissible {
padding-right: 35px !important;
}