Skip to content

Commit

Permalink
Fix asset tooltip Windows styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Mar 12, 2021
1 parent 0d45d30 commit 81c40ad
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions source/renderer/app/components/widgets/AssetToken.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
max-height: 48px;
overflow-y: auto;
padding-right: 20px;
position: relative;
width: calc(100% - 77px);

&::-webkit-scrollbar-button {
Expand All @@ -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;
}

Expand Down

0 comments on commit 81c40ad

Please sign in to comment.