Skip to content

Commit 6361b4e

Browse files
author
Lijun Zhang
committed
IRSA-737:
Adjust the width a bit
1 parent da8a890 commit 6361b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firefly/js/visualize/ui/MouseReadout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const column3 = {
7474
};
7575
const column3_r2 = {width: 80, paddingRight: 1, textAlign: 'right', color: 'DarkGray', display: 'inline-block'};
7676

77-
const column4 = {width: 115, paddingLeft:4, display: 'inline-block', textOverflow: 'ellipsis', overflow:'hidden'};
77+
const column4 = {width: 105, paddingLeft:4, display: 'inline-block', textOverflow: 'ellipsis', overflow:'hidden'};
7878
const column5 = {
7979
width: 74,
8080
paddingRight: 1,

0 commit comments

Comments
 (0)