Commit 6b5eef19 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

rounded-0 sur le card du collectionTree.

parent 7385ca3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<template>
  <v-card flat>
  <v-card flat class="rounded-0">
    <v-toolbar :elevation="0" dark class="rounded-0 ma-0 pa-0">
      <v-toolbar-title class="d-flex">
        <v-btn text @click="loadHome()">
@@ -17,7 +17,7 @@
        hoverable
        activatable
        item-text="title"
        class="jama-collection-tree"
        class="jama-collection-tree rounded-0"
        @update:active="updateActive"
        return-object
    >