From 81c40adfa2f7431347a95835d70272952c36694f Mon Sep 17 00:00:00 2001 From: Nikola Glumac Date: Fri, 12 Mar 2021 16:27:19 +0100 Subject: [PATCH] Fix asset tooltip Windows styling issues --- .../app/components/widgets/AssetToken.scss | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/source/renderer/app/components/widgets/AssetToken.scss b/source/renderer/app/components/widgets/AssetToken.scss index 4356506060..33d0343fa9 100644 --- a/source/renderer/app/components/widgets/AssetToken.scss +++ b/source/renderer/app/components/widgets/AssetToken.scss @@ -101,7 +101,6 @@ max-height: 48px; overflow-y: auto; padding-right: 20px; - position: relative; width: calc(100% - 77px); &::-webkit-scrollbar-button { @@ -121,20 +120,14 @@ .value { cursor: pointer; - - &:not(.singleline) { - overflow-wrap: break-word; - word-break: break-all; - } - - &.singleline { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + font-size: 12px; + line-height: 16px; + overflow: visible; + word-break: break-all; } .copyIcon { + display: inline-block; margin-left: 5px; }