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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -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;

View File

@ -31,11 +31,6 @@
}
tbody {
.name__cell {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mdm-solution-link {
opacity: 0;
transition: 250ms;