Skip to content

Commit 7b19afc

Browse files
authored
Page Fix Section Span to 12th Column or Row (#520)
1 parent 3ce3848 commit 7b19afc

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CodeBeam.MudBlazor.Extensions/Styles/Components/_page.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@
201201
grid-column-end: 12;
202202
}
203203

204+
&.mud-section-col-end-13 {
205+
grid-column-end: 13;
206+
}
207+
204208
&.mud-section-row-start-1 {
205209
grid-row-start: 1;
206210
}
@@ -296,4 +300,8 @@
296300
&.mud-section-row-end-12 {
297301
grid-row-end: 12;
298302
}
303+
304+
&.mud-section-row-end-13 {
305+
grid-row-end: 13;
306+
}
299307
}

CodeBeam.MudBlazor.Extensions/Styles/MudExtensions.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@
286286
grid-column-end: 11; }
287287
.mud-section.mud-section-col-end-12 {
288288
grid-column-end: 12; }
289+
.mud-section.mud-section-col-end-13 {
290+
grid-column-end: 13; }
289291
.mud-section.mud-section-row-start-1 {
290292
grid-row-start: 1; }
291293
.mud-section.mud-section-row-start-2 {
@@ -334,6 +336,8 @@
334336
grid-row-end: 11; }
335337
.mud-section.mud-section-row-end-12 {
336338
grid-row-end: 12; }
339+
.mud-section.mud-section-row-end-13 {
340+
grid-row-end: 13; }
337341

338342
.mud-popup {
339343
z-index: 2000;

0 commit comments

Comments
 (0)