Skip to content

Commit

Permalink
fix multicol layout
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Apr 13, 2016
1 parent b4c3f62 commit 3c98201
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions oscad/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ tr td:last-child .btn {
}

ul {
-moz-column-width: 8em;
-webkit-column-width: 8em;
column-width: 8em;
-moz-column-width: 9em;
-webkit-column-width: 9em;
column-width: 9em;

li {
display: inline-block;
}
}
}

Expand Down

0 comments on commit 3c98201

Please sign in to comment.