Skip to content

Commit a6708c3

Browse files
committed
feat: fix issue with some child views not filling grid in mobile layout
1 parent 0a95c3a commit a6708c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.vue

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
/*-- View Layout Wrappers --*/
3535
#public-content {
3636
margin-top: $header-bottom-margin;
37+
& > div:first-child { width: 100%; }
3738
@include break-mobile-sm {
3839
margin-top: -0.5rem;
3940
}

0 commit comments

Comments
 (0)