Skip to content

Commit

Permalink
Fix: Fix tool tip width style (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
parachvte committed Nov 15, 2023
1 parent 6e5ff6c commit 07ca8ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapmaker-luban",
"version": "4.10.0",
"version": "4.10.1",
"description": "A web-based interface for Snapmaker 3-in-1 3D Printer",
"homepage": "https://github.com/Snapmaker/Luban",
"author": "Snapmaker Software Team",
Expand Down
3 changes: 2 additions & 1 deletion src/app/ui/components/TipTrigger/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.popover-wrapper {

}
:global(.popover-content-max-width-middle) {

:global(.ant-popover.popover-content-max-width-middle) {
max-width: 260px;
}
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapmaker-luban",
"version": "4.10.0",
"version": "4.10.1",
"description": "Snapmaker 3-in-1 Software for 3D Printing, Laser Engraving and CNC Cutting.",
"homepage": "https://github.com/Snapmaker/Luban",
"author": "Snapmaker Software Team",
Expand Down

0 comments on commit 07ca8ec

Please sign in to comment.