Fleet UI: [bug fix] Text cells in all tables no longer overflow into next column (#13241)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user