File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
webview/src/plots/components/ribbon Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const RibbonBlockTooltip: React.FC<{
2929 < td className = { cx ( styles . tooltipColumn , styles [ `${ type } Key` ] ) } >
3030 < span className = { styles . tooltipPathWrapper } > { path } </ span >
3131 </ td >
32- < td >
32+ < td className = { styles . tooltipColumn } >
3333 { typeof value === 'number' ? formatNumber ( value ) : value }
3434 { value === '-' || (
3535 < CopyButton
Original file line number Diff line number Diff line change 44 display : none ;
55 position : absolute ;
66 right : 0 ;
7- top : 3 px ;
7+ top : 0 ;
88}
99
1010.tooltipColumn {
3838
3939 .copyButton {
4040 opacity : 0 ;
41- display : inline ;
41+ display : inline-block ;
4242 position : static ;
43- margin-top : 2 px ;
43+ vertical-align : top ;
4444 font-size : 0.8125rem ;
4545 }
4646
You can’t perform that action at this time.
0 commit comments