diff --git a/src/ui/Wines.vue b/src/ui/Wines.vue index 132de0c..af69d62 100644 --- a/src/ui/Wines.vue +++ b/src/ui/Wines.vue @@ -111,11 +111,23 @@ ol { overflow: hidden; &:hover { - max-width: initial; + line-break: unset; + word-break: break-word; + white-space: normal; + overflow: auto; + text-overflow: unset; } @include mobile { max-width: calc(75vw - 177px); + + &:focus { + line-break: unset; + word-break: break-word; + white-space: normal; + overflow: auto; + text-overflow: unset; + } } }