mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
Prevent error messages covering the last row in a grid. Fixes #2850
This commit is contained in:
parent
88cd68c2b9
commit
be0e637718
@ -230,6 +230,7 @@
|
||||
|
||||
.pg-el-container[el=sm] .pg-el-sm-12 {
|
||||
width: 100%;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
.pg-el-container[el=sm] .pg-el-sm-11 {
|
||||
width: 91.66666666666666%;
|
||||
@ -305,6 +306,7 @@
|
||||
/* Medium container */
|
||||
.pg-el-container[el=md] .pg-el-md-12 {
|
||||
width: 100%;
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
.pg-el-container[el=md] .pg-el-md-11 {
|
||||
width: 91.66666666666666%;
|
||||
@ -343,6 +345,7 @@
|
||||
/* Large container */
|
||||
.pg-el-container[el=lg] .pg-el-lg-12 {
|
||||
width: 100%;
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
.pg-el-container[el=lg] .pg-el-lg-11 {
|
||||
width: 91.66666666666666%;
|
||||
|
Loading…
Reference in New Issue
Block a user