Fixes title bug

This commit is contained in:
Amir Raminfar
2020-05-07 15:18:14 -07:00
parent 77abe748f0
commit 6c9b6b7768
4 changed files with 687 additions and 656 deletions

View File

@@ -1,4 +1,4 @@
<template lang="html" functional>
<template lang="html">
<div class="name columns is-marginless">
<span class="column">{{ value }}</span>
<span class="column is-narrow" v-if="closable">

View File

@@ -7,7 +7,7 @@ services:
environment:
- DOZZLE_FILTER=name=dozzle
build:
context: ..
context: ..
integration:
build:
context: .

View File

@@ -8,9 +8,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"jest": "^25.2.6",
"jest": "^26.0.1",
"jest-image-snapshot": "^3.0.1",
"puppeteer": "^2.1.1"
"puppeteer": "^3.0.4"
},
"jest": {
"preset": "jest-puppeteer",

File diff suppressed because it is too large Load Diff