Fleet UI: Update link cell truncation to remove white space (#41809)
This commit is contained in:
@@ -12,17 +12,6 @@
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.software-name {
|
||||
@include ellipse-text();
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
@media (max-width: ($break-md - 1)) {
|
||||
.software-name {
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
&__install-icon {
|
||||
// TODO: we do not want to use !important but have to for now. This is
|
||||
// the same issue as the .software-name-cell class display value.
|
||||
|
||||
Reference in New Issue
Block a user