Skip to content

Commit

Permalink
fix: vertical-writing: move grid styles
Browse files Browse the repository at this point in the history
  • Loading branch information
olga-kulish committed Feb 7, 2025
1 parent f761ec8 commit cde9bbe
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion scss/inc/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@
}
}

.writing-mode-vertical-rl {
.grid-row, .fixed-grid-row {
block-size: auto;
inline-size: 100%;

[class*=" col-"], [class^="col-"] {
&.col-12 {
block-size: auto;
inline-size: 100%;
}
}
}
}

#icon-editor {

.grid-row {
Expand Down Expand Up @@ -65,4 +79,4 @@
// @for $i from 1 through 6 {
// .box.col-#{$i} { @include grid-unit($i, 6); }
// }
}
}

0 comments on commit cde9bbe

Please sign in to comment.