Skip to content
Snippets Groups Projects
Commit 0201525c authored by khawkins's avatar khawkins
Browse files

Fix full-width not being full width; For #40

parent 2b163b66
No related branches found
No related tags found
No related merge requests found
......@@ -900,6 +900,7 @@ table.no-stripe tbody tr:nth-child(even) { background-color: #fff; }
max-width: 96%;
min-width: 1000px;
}
body.full-width .row .row { max-width: 100%; }
}
/* tag */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment