Skip to content

Commit

Permalink
EPMRPP-78410 || fix: clickable areas for desktop and mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry Kosarau authored and Dzmitry Kosarau committed Jul 13, 2022
1 parent e863eea commit fccb0fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ export const ServiceVersionItemTooltip = withTooltip({
data: {
dynamicWidth: true,
placement: 'top',
tooltipTriggerClass: cx('tooltip-trigger-block'),
},
})(ServiceVersionsBlock);
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@
font-size: 12px;
color: $COLOR--gray-47;
}

.tooltip-trigger-block {
z-index: $Z-INDEX-DEFAULT;
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
}

@media (max-width: $SCREEN_XS_MAX) {
padding: 20px;
padding-bottom: 40px;
padding-top: 40px;
}
}

Expand Down

0 comments on commit fccb0fb

Please sign in to comment.