Skip to content

Commit

Permalink
[C-4253] Fix stats test line-height (#8063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Apr 9, 2024
1 parent 573c3e1 commit 1024e6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
}

.first {
Expand Down

0 comments on commit 1024e6e

Please sign in to comment.