From 69b897d17f379f9e5af1a0f64c557f54054ebe67 Mon Sep 17 00:00:00 2001 From: Prerna Mehra Date: Wed, 13 Oct 2021 14:57:12 +0530 Subject: [PATCH] fix: link icon in pointer cell not visible when cell is too narrow (#1856) --- src/components/BrowserCell/BrowserCell.react.js | 8 ++++---- src/components/Pill/Pill.react.js | 4 ++-- src/components/Pill/Pill.scss | 15 ++++++++++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/components/BrowserCell/BrowserCell.react.js b/src/components/BrowserCell/BrowserCell.react.js index 8414e8f13d..755bab6213 100644 --- a/src/components/BrowserCell/BrowserCell.react.js +++ b/src/components/BrowserCell/BrowserCell.react.js @@ -85,7 +85,7 @@ export default class BrowserCell extends Component { } content = this.props.onPointerClick ? ( - + ) : ( dataValue ); @@ -102,7 +102,7 @@ export default class BrowserCell extends Component { const object = new Parse.Object(v.className); object.id = v.objectId; array.push( - + ); }); this.copyableValue = content =