Skip to content

Commit

Permalink
Add text-wrap for long purpose names
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherminh committed Aug 21, 2023
1 parent 0ebf760 commit 3fad332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/transcend-io/consent-manager-ui.git"
},
"homepage": "https://github.com/transcend-io/consent-manager-ui",
"version": "4.6.0",
"version": "4.6.1",
"license": "MIT",
"main": "build/ui",
"files": [
Expand Down Expand Up @@ -75,4 +75,4 @@
"typescript": "^4.7.4"
},
"packageManager": "[email protected]"
}
}
1 change: 1 addition & 0 deletions src/cm.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ a:focus {
text-shadow: none;
padding-left: 25px;
white-space: nowrap;
text-wrap: wrap;
}

/** Style applied to create custom checkmark */
Expand Down

0 comments on commit 3fad332

Please sign in to comment.