@3cr/viewer-browser 0.0.293 → 0.0.294

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.293",
3
+ "version": "0.0.294",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -33,7 +33,7 @@
33
33
  <v-list
34
34
  data-testid="nav-list"
35
35
  :selected="[activeDrawer]"
36
- class="d-flex flex-column h-100"
36
+ class="px-1 d-flex flex-column h-100"
37
37
  density="compact"
38
38
  nav
39
39
  @update:selected="activeDrawer = $event[0]"