Skip to content

Commit

Permalink
fix(box): fix explicit 12 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 20, 2023
1 parent 4491ee9 commit dd38b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Box.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ export default CustomElement
#slot[columns="12"] {
--mdw-grid__columns: 8;
--mdw-grid__columns__4: 0;
--mdw-grid__columns__8: 1;
--mdw-grid__columns__12: 0;
--mdw-grid__columns__8: 0;
--mdw-grid__columns__12: 1;
}
#slot[grid]::slotted(*) {
Expand Down

0 comments on commit dd38b1e

Please sign in to comment.