diff options
author | OzoneGrif | 2020-04-04 04:37:24 +0200 |
---|---|---|
committer | GitHub | 2020-04-04 04:37:24 +0200 |
commit | 6a51cbe5bbb166f58cc7961091cc64328d0d2126 (patch) | |
tree | 3883160f30b4bc4d7ec54cefc5136c22e91a46b2 /viewer/src/main.ts | |
parent | cd1a81f9ffc2662e4cb2d37414cd8331a27da504 (diff) | |
parent | e3a1566aca42190d486ee73612b9275560e17aa1 (diff) | |
download | ldgallery-6a51cbe5bbb166f58cc7961091cc64328d0d2126.tar.gz |
Merge pull request #178 from pacien/oz-overflowing-titles
viewer: items with long titles overflow
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r-- | viewer/src/main.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index bc005c5..1f77875 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -37,5 +37,3 @@ new Vue({ | |||
37 | store, | 37 | store, |
38 | render: h => h(MainLayout) | 38 | render: h => h(MainLayout) |
39 | }).$mount("#ldgallery") | 39 | }).$mount("#ldgallery") |
40 | |||
41 | |||