Skip to content

Commit e514a96

Browse files
authored
Fix - Website tabs grid structure (#2566)
1 parent 3de337a commit e514a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/styles/pages/application/stage.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cover"
1717
"tabs"
1818
"content";
19-
grid-template-rows: auto 1fr;
19+
grid-template-rows: auto auto 1fr;
2020
grid-template-columns: 1fr;
2121
width: 100%; // needed (otherwise it collapses, because is in a grid)
2222

0 commit comments

Comments
 (0)