Skip to content

Commit 2ce85d0

Browse files
committed
Vuetify 3: Fix v-containers not occupying full width for some viewports
1 parent 4063d67 commit 2ce85d0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/components/cylc/tree/Tree.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
<template>
1919
<v-container
20+
fluid
2021
class="ma-0 pa-0"
2122
>
2223
<!-- Toolbar -->

src/views/Guide.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
-->
1717

1818
<template>
19-
<v-container>
19+
<v-container fluid>
2020
<h1 class="ma-0">Cylc UI Quick Start</h1>
2121
<!--
2222
TODO: make sections linkable

src/views/Log.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2626
<template>
2727
<div class="h-100 c-log-view">
2828
<v-form>
29-
<v-container>
29+
<v-container fluid>
3030
<v-row justify="start">
3131
<v-col cols="12" md="4" >
3232
<v-text-field

src/views/UserProfile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
-->
1717

1818
<template>
19-
<v-container class="c-user-profile">
19+
<v-container fluid class="c-user-profile">
2020
<v-row class="wrap">
2121
<v-col cols="12">
2222
<v-alert

0 commit comments

Comments
 (0)