Prevent error messages covering the last row in a grid. Fixes #2850

pull/6/head
Murtuza Zabuawala 2017-11-07 21:07:30 -05:00 committed by Dave Page
parent 88cd68c2b9
commit be0e637718
1 changed files with 3 additions and 0 deletions

View File

@ -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%;