Skip to content

Commit

Permalink
fix(tablecellrenderer): add min width for truncation (#3799)
Browse files Browse the repository at this point in the history
* fix(tablecellrenderer): add min width for truncation

* chore(table): update cypress image snapshot
  • Loading branch information
erzhan-temir-mamyrov authored Jun 19, 2023
1 parent da58f3b commit c9c3c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.#{$prefix}--tooltip__trigger.#{$prefix}--tooltip--a11y.#{$iot-prefix}--table__cell-tooltip {
@include type-style('productive-heading-01');
display: grid;
min-width: $spacing-08;
span {
overflow: hidden;
white-space: nowrap;
Expand Down

0 comments on commit c9c3c14

Please sign in to comment.