UI: Restore visibility of tooltips over software names in hosts > details > software card (#11226)

## Addresses #11217 

<img width="498" alt="Screenshot 2023-04-17 at 1 29 39 PM"
src="https://user-images.githubusercontent.com/61553566/232604991-029316f2-ec8b-4297-b02c-d6e3a80d30c5.png">


## Checklist for submitter
- [x] Changes file added for user-visible changes in `changes/`.
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling 2023-04-18 13:08:19 -07:00 committed by GitHub
parent e6e3a51927
commit caab837a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
- Fixed a bug where bundle information displayed in tooltips over a software's name was mistakenly
hidden.

View file

@ -119,6 +119,10 @@
}
tr {
.name__cell .children-wrapper {
overflow: visible;
}
.software-link {
opacity: 0;
transition: 250ms;