Skip to content

Commit

Permalink
Update: Extend columns to support menu item widths (fixes adaptlearni…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Jan 19, 2023
1 parent 265cdc9 commit 5af105c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/project/columns.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.make-columns(@size, @media-query, @count, @iteration: 1) when (@count >= @iteration) {
@media (min-width: @media-query) {
.boxmenu-item.col-@{size}-@{iteration} {
width: (@iteration * 100% / @count);
}
.component.col-@{size}-@{iteration} {
width: (@iteration * 100% / @count);
}
Expand Down

0 comments on commit 5af105c

Please sign in to comment.