Skip to content

Commit

Permalink
Updated: user panel size
Browse files Browse the repository at this point in the history
  • Loading branch information
we-vikram-wri231 committed Jun 22, 2024
1 parent 6360572 commit b751851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const toggleCreateMenu = (event) => {

<div class="grid" v-if="store.assets">

<div :class="route.params && route.params.id ? 'col-6' : 'col'">
<div :class="'col-'+store.list_view_width">
<Panel class="is-small">

<template class="p-1" #header>
Expand Down
2 changes: 1 addition & 1 deletion skeletons/vaahcms/users/Vue/pages/template/List.vue.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ onMounted(async () => {
<template>
<div class="grid">
<div :class="'col-'+store.list_view_width">
<Panel>
<Panel class="is-small">
<template class="p-1" #header>
<div class="flex flex-row">
<div >
Expand Down

0 comments on commit b751851

Please sign in to comment.