Skip to content

Commit

Permalink
fix: allow Safari users to select text (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 authored Aug 4, 2022
1 parent e3eedf1 commit 2c3bfa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe",
"version": "2.33.3",
"version": "2.33.4",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions giraffe/src/components/SimpleTable/SimpleTableGraph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: flex;
flex-direction: column;
font-family: $cf-code-font;
-webkit-user-select: text;
user-select: text;

.cf-dapper-scrollbars {
Expand Down
2 changes: 1 addition & 1 deletion stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe-stories",
"version": "2.33.3",
"version": "2.33.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c3bfa4

Please sign in to comment.