Commit f50b2c9b authored by Andreas Cederström's avatar Andreas Cederström

100% width on .tab-content

parent d149a131
...@@ -261,6 +261,7 @@ ...@@ -261,6 +261,7 @@
} }
.tab-content { .tab-content {
display: table; // prevent content from running below tabs display: table; // prevent content from running below tabs
width: 100%;
} }
// Remove border on bottom, left, right // Remove border on bottom, left, right
......
Markdown is supported
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