diff --git a/changes/11217-hidden-software-tooltips b/changes/11217-hidden-software-tooltips new file mode 100644 index 0000000000..300dce91bc --- /dev/null +++ b/changes/11217-hidden-software-tooltips @@ -0,0 +1,2 @@ +- Fixed a bug where bundle information displayed in tooltips over a software's name was mistakenly + hidden. diff --git a/frontend/pages/hosts/details/cards/Software/_styles.scss b/frontend/pages/hosts/details/cards/Software/_styles.scss index cf29599170..f3bb3ec2ff 100644 --- a/frontend/pages/hosts/details/cards/Software/_styles.scss +++ b/frontend/pages/hosts/details/cards/Software/_styles.scss @@ -119,6 +119,10 @@ } tr { + .name__cell .children-wrapper { + overflow: visible; + } + .software-link { opacity: 0; transition: 250ms;