Fleet UI: [bug fix] Text cells in all tables no longer overflow into next column (#13241)

This commit is contained in:
RachelElysia
2023-08-10 09:27:54 -04:00
committed by GitHub
parent 18d232bfe6
commit 970b3c3962
2 changed files with 2 additions and 5 deletions
@@ -216,7 +216,9 @@ $shadow-transition-width: 10px;
.link-cell,
.text-cell {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0;
.__react_component_tooltip {
white-space: normal;
@@ -31,11 +31,6 @@
}
tbody {
.name__cell {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mdm-solution-link {
opacity: 0;
transition: 250ms;