Fix recent search items not handling overflows correctly (#26893)

This commit is contained in:
Santiago Kozak 2023-09-11 23:20:57 -03:00 committed by GitHub
parent f5793b11bb
commit 4b1c517e8e

View file

@ -5061,6 +5061,11 @@ a.status-card {
font-weight: 700;
color: $primary-text-color;
}
span {
overflow: inherit;
text-overflow: inherit;
}
}
}
}