File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -214,4 +214,10 @@ This shows on the left
214214# Right
215215
216216This shows on the right
217+
218+ <style>
219+ .two-cols-header {
220+ column-gap: 20px; /* Adjust the gap size as needed */
221+ }
222+ </style>
217223```
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ This shows on the left
1313This shows on the right
1414::bottom::
1515This shows at the bottom, aligned to the end (bottom) of the grid
16+
17+ <style>
18+ .two-cols-header {
19+ column-gap: 20px; /* Adjust the gap size as needed */
20+ }
21+ </style>
1622```
1723-->
1824
@@ -48,7 +54,7 @@ const props = defineProps({
4854.two-cols-header {
4955 display : grid ;
5056 grid-template-columns : repeat (2 , 1fr );
51- grid-template-rows : repeat ( 2 , 1fr ) ;
57+ grid-template-rows : auto 1fr auto ;
5258}
5359
5460.col-header {
You can’t perform that action at this time.
0 commit comments