We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef99f10 commit 94b5dd2Copy full SHA for 94b5dd2
layouts/component.vue
@@ -1,7 +1,7 @@
1
<template>
2
<gvd-page-wrapper>
3
<div class="govuk-grid-row">
4
- <div class="govuk-grid-column-one-quarter" v-if="isDesktop">
+ <div class="govuk-grid-column-one-quarter" :hidden="!isDesktop">
5
<GvdSubNav>
6
<ContentNavigation v-slot="{ navigation }" :query="componentsQuery">
7
<GvdSubNavSection>
layouts/getstarted.vue
@@ -2,7 +2,7 @@
<ContentNavigation v-slot="{ navigation }" :query="getStartedQuery">
8
0 commit comments