Skip to content

Commit 368e356

Browse files
committed
truncate to 256
Signed-off-by: bdjulbic <bdjulbic@foursquare.com>
1 parent 0d3a797 commit 368e356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/src/map/layer-hover-info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interface RowProps {
6767
url?: string;
6868
}
6969

70-
const TOOLTIP_VALUE_MAX_LENGTH = 1024;
70+
const TOOLTIP_VALUE_MAX_LENGTH = 256;
7171

7272
const Row: React.FC<RowProps> = ({name, value, deltaValue, url}) => {
7373
// Set 'url' to 'value' if it looks like a url

0 commit comments

Comments
 (0)