Fleet UI: Truncated cell truncates when changing screen width (#7613)
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ const TruncatedTextCell = ({
|
||||
>
|
||||
<span
|
||||
className={`data-table__truncated-text--cell ${
|
||||
!tooltipDisabled && "truncated"
|
||||
tooltipDisabled ? "" : "truncated"
|
||||
}`}
|
||||
>
|
||||
{value}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 101%;
|
||||
}
|
||||
|
||||
.truncated {
|
||||
|
||||
Reference in New Issue
Block a user