mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Move the field error indicators in front of the affected fields so they don't obscure spinners or drop downs etc. Fixes #3226
This commit is contained in:
committed by
Dave Page
parent
d5ebf6777a
commit
1f84285d99
@@ -269,7 +269,7 @@ iframe {
|
||||
|
||||
.control-label {
|
||||
margin: 0px;
|
||||
padding: 5px;
|
||||
padding: 5px 25px 5px 5px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user