Skip to content

Commit

Permalink
UP version
Browse files Browse the repository at this point in the history
  • Loading branch information
lencodes committed Feb 28, 2023
1 parent 6582155 commit 3262f46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- **Version 2.1 (breaking changes from 2.0.x)**

- 2.1.19: Refactor Tooltip layout.
- 2.1.18: Add default value to Textarea component.
- 2.1.17: Refactor to NotificationPopUp to include layoutClassName.
- 2.1.16: Refactor ToolTip layoutClassName placement.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conduction/components",
"version": "2.1.18",
"version": "2.1.19",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/components/toolTip/ToolTip.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
max-width: var(--conduction-tooltip-max-width);
word-break: break-word;
}

.tooltip::before {
all: unset !important;
}

0 comments on commit 3262f46

Please sign in to comment.