diff --git a/front_end/ui/legacy/components/utils/jsUtils.css b/front_end/ui/legacy/components/utils/jsUtils.css index 95de67705ce..74ade6f3de0 100644 --- a/front_end/ui/legacy/components/utils/jsUtils.css +++ b/front_end/ui/legacy/components/utils/jsUtils.css @@ -66,6 +66,14 @@ overflow: hidden; text-overflow: ellipsis; padding-inline: 2px; + + &.link { + overflow: visible; + + & > button.text-button.devtools-link { + background-color: inherit; + } + } } &.width-constrained {