mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -06:00
Correct alignment of the X button on dismissable alerts.
This commit is contained in:
parent
bc5a5a5b45
commit
5ebfd88f11
@ -1341,3 +1341,8 @@ body {
|
|||||||
.override_label_class_font_size {
|
.override_label_class_font_size {
|
||||||
font-size: inherit !important;
|
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
Block a user