mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fleet UI: [bug fix] Text cells in all tables no longer overflow into next column (#13241)
This commit is contained in:
parent
18d232bfe6
commit
970b3c3962
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user