Browse Source

Fixed a floating bug when tables are to small

Tobias Reich 8 years ago
parent
commit
9981f55709
2 changed files with 1 additions and 0 deletions
  1. 0 0
      dist/main.css
  2. 1 0
      src/styles/_sidebar.scss

File diff suppressed because it is too large
+ 0 - 0
dist/main.css


+ 1 - 0
src/styles/_sidebar.scss

@@ -92,6 +92,7 @@
 	table {
 		float: left;
 		margin: 10px 0 15px 20px;
+		width: calc(100% - 20px);
 	}
 
 	table tr td {

Some files were not shown because too many files changed in this diff