From a07c0e7fc13b98447e2bf880aabe942abe4f0d31 Mon Sep 17 00:00:00 2001 From: Akiff Manji Date: Fri, 24 Dec 2021 19:00:48 -0800 Subject: [PATCH] Fixes showcase tile word wrapping. Other style fixes. Signed-off-by: Akiff Manji --- package.json | 2 +- src/components/about/ShowcaseLinks.vue | 5 ++++- .../entity/credentialDetail/CredentialDetail.vue | 2 +- src/components/search/SearchBar.vue | 2 +- src/views/Search.vue | 8 ++++---- vue.config.js | 8 ++++++++ 6 files changed, 19 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d25fd70..2f00488 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "orgbook-bc-client-vue", + "name": "orgbook-bc-client", "version": "0.1.0", "private": true, "scripts": { diff --git a/src/components/about/ShowcaseLinks.vue b/src/components/about/ShowcaseLinks.vue index 03c1301..1cfe77f 100644 --- a/src/components/about/ShowcaseLinks.vue +++ b/src/components/about/ShowcaseLinks.vue @@ -8,7 +8,7 @@ > - + {{ (showcaseLink.data && showcaseLink.data.showcaseTitle) || showcaseLink.name @@ -42,4 +42,7 @@ export default class ShowcaseLinks extends Vue {} @include card; height: 100%; } +.showcase-link { + word-break: break-word; +} diff --git a/src/components/entity/credentialDetail/CredentialDetail.vue b/src/components/entity/credentialDetail/CredentialDetail.vue index 4d2a798..8556cdd 100644 --- a/src/components/entity/credentialDetail/CredentialDetail.vue +++ b/src/components/entity/credentialDetail/CredentialDetail.vue @@ -14,7 +14,7 @@

- {{ + {{ mdiShieldCheckOutline }} {{ `${currCredTypeDesc} credential` }} -

+

Find an organization

diff --git a/src/views/Search.vue b/src/views/Search.vue index 49f8b48..d4b1864 100644 --- a/src/views/Search.vue +++ b/src/views/Search.vue @@ -1,9 +1,9 @@