Fleet UI: Update link cell truncation to remove white space (#41809)

This commit is contained in:
RachelElysia
2026-03-17 10:26:53 -04:00
committed by GitHub
parent 9715ee9825
commit 2b75dafaa9
9 changed files with 20 additions and 18 deletions
@@ -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.