From 65f6882e0db0d9b446b600deb599148f55b2256a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 5 Nov 2021 18:27:55 +0000 Subject: [PATCH] :bug: Fixes item text flicker on hover (#312) --- src/components/LinkItems/Item.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/LinkItems/Item.vue b/src/components/LinkItems/Item.vue index 06a6ac9f6a..e66712df51 100644 --- a/src/components/LinkItems/Item.vue +++ b/src/components/LinkItems/Item.vue @@ -364,10 +364,10 @@ export default { box-shadow: var(--item-hover-shadow); background: var(--item-background-hover); color: var(--item-text-color-hover); - position: relative; - .tile-title span.text { - white-space: pre-wrap; - } + // position: relative; + // .tile-title span.text { + // white-space: pre-wrap; + // } } &:focus { outline: 2px solid var(--primary);