Remove attempts at having columns take up the full row height, was not working. Likely due to how HTML renders they did not know how large the elements after them would be.
This commit is contained in:
@ -24,8 +24,9 @@
|
||||
[class*="col-"] {
|
||||
float: left;
|
||||
padding: 15px;
|
||||
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
|
||||
height: 100%;
|
||||
|
||||
/* FORTESTING, otherwise disable */
|
||||
/*border: 1px solid green;*/
|
||||
}
|
||||
|
||||
/* Ensure columns are respected as if they always exist. */
|
||||
@ -91,11 +92,6 @@
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
/** Ensure elements in a container use the full height. **/
|
||||
.fill {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/** Format tables and allow contents to be broken up. **/
|
||||
table {
|
||||
/*width: 100%;*/
|
||||
@ -114,7 +110,7 @@
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
/* FORTESTING otherwise disable */
|
||||
/* FORTESTING, otherwise disable */
|
||||
/*
|
||||
div {
|
||||
border: 1px solid red;
|
||||
|
Reference in New Issue
Block a user