Correct alignment of the X button on dismissable alerts.
parent
bc5a5a5b45
commit
5ebfd88f11
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue