Skip to content

Commit

Permalink
Fix comparison table row copy button for long paths (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy3 authored Sep 28, 2022
1 parent eb4956a commit 4b6a18d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $gap: 4px;
text-align: left;
display: flex;
user-select: text;
width: 100%;
width: calc(100% - 20px);

svg {
fill: $fg-color;
Expand Down Expand Up @@ -201,6 +201,6 @@ $gap: 4px;
.pathText {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
direction: rtl;
white-space: nowrap;
}

0 comments on commit 4b6a18d

Please sign in to comment.