mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Fix styling on pages with a narrow table
This commit is contained in:
parent
80819e54dd
commit
c0b6f87bba
1 changed files with 3 additions and 1 deletions
|
|
@ -20,9 +20,11 @@ a:hover {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
float: left; /* Ensure this expands to contain the table. */
|
float: left; /* Ensure this expands to contain the table. */
|
||||||
|
min-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 1em 1em 3em 1em;
|
||||||
border-top: 3px solid #000;
|
border-top: 3px solid #000;
|
||||||
border-bottom: 3px solid #000;
|
border-bottom: 3px solid #000;
|
||||||
padding: 1em 1em 3em 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue