Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Core
Fluxio
Frontend
Merge requests
!356
Resolve "Fix control nodes width in control bar"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Fix control nodes width in control bar"
456-fix-control-nodes-width-in-control-bar
into
main
Overview
0
Commits
1
Pipelines
5
Changes
1
Merged
Petrut-Daniel Coman
requested to merge
456-fix-control-nodes-width-in-control-bar
into
main
4 months ago
Overview
0
Commits
1
Pipelines
5
Changes
1
Expand
Closes
#456 (closed)
0
0
Merge request reports
Compare
main
version 3
4fe35da0
4 months ago
version 2
aab0487e
4 months ago
version 1
4fe35da0
4 months ago
main (base)
and
latest version
latest version
e5301e70
1 commit,
3 months ago
version 3
4fe35da0
1 commit,
4 months ago
version 2
aab0487e
2 commits,
4 months ago
version 1
4fe35da0
1 commit,
4 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/main/editorbar/NodeEntry.vue
+
1
−
1
Options
@@ -125,7 +125,7 @@ export default {
</
script
>
<
template
>
<VTooltip
placement=
"right"
>
<VTooltip
placement=
"right"
style=
"width: 100%"
>
<a>
<div
id=
"entry"
Loading