🐛 Fixes item text flicker on hover (#312)

This commit is contained in:
Alicia Sykes 2021-11-05 18:27:55 +00:00
parent 2acf3965d2
commit 65f6882e0d
1 changed files with 4 additions and 4 deletions

View File

@ -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);