Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
experience_builder
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
experience_builder
Commits
e6af2f76
Commit
e6af2f76
authored
8 months ago
by
Shyam Bhatt
Committed by
Jesse Baker
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3472483
: Adjust title position when dragging a component
parent
b99d3f02
No related branches found
No related tags found
1 merge request
!286
Adjust title position when dragging a component by updating tooltip delayDuration.
Pipeline
#279000
failed
8 months ago
Stage: development
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/src/components/list/List.module.css
+2
-0
2 additions, 0 deletions
ui/src/components/list/List.module.css
ui/src/components/list/ListItem.tsx
+1
-1
1 addition, 1 deletion
ui/src/components/list/ListItem.tsx
with
3 additions
and
1 deletion
ui/src/components/list/List.module.css
+
2
−
0
View file @
e6af2f76
...
...
@@ -4,6 +4,7 @@
}
.listItem
{
padding
:
0
7px
0
16px
;
cursor
:
grab
;
font-size
:
14px
;
}
...
...
@@ -31,4 +32,5 @@
.ComponentPreviewTrigger
{
width
:
100%
;
padding
:
14px
0
;
}
This diff is collapsed.
Click to expand it.
ui/src/components/list/ListItem.tsx
+
1
−
1
View file @
e6af2f76
...
...
@@ -205,7 +205,7 @@ const ListItem: React.FC<{
onMouseEnter
=
{
()
=>
handleMouseEnter
(
item
)
}
>
<
Tooltip
.
Provider
>
<
Tooltip
.
Root
>
<
Tooltip
.
Root
delayDuration
=
{
0
}
>
<
Tooltip
.
Trigger
asChild
className
=
{
clsx
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment