mirror of https://github.com/grafana/grafana
Traces: Fixed missing CopyButton on KeyValueTables and overlapping of panels (#49271)
* rewrote `CopyIcon` to an functional component - fixed missing `CopyIcon` on `KeyValuesTable` * added fixed height of `30px` to `KeyValuesTable` to fix overlapping * removed unused CopyIcon snapshot * KeyValuesTable: moved `30px` height from `tr` to `td` to fix vertical alignmentpull/49270/head^2
parent
426ca2999e
commit
2949ebc264
@ -1,14 +0,0 @@ |
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||
|
||||
exports[`<CopyIcon /> renders as expected 1`] = ` |
||||
<Tooltip |
||||
content="tooltipTitleValue" |
||||
> |
||||
<Button |
||||
className="css-oqwzau classNameValue" |
||||
icon="copy" |
||||
onClick={[Function]} |
||||
type="button" |
||||
/> |
||||
</Tooltip> |
||||
`; |
Loading…
Reference in new issue