Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
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
gin
Merge requests
!351
Resolve
#3389509
"Drag handle multiple file"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3389509
"Drag handle multiple file"
issue/gin-3389509:3389509-drag-handle-multiple-file
into
8.x-3.x
Overview
0
Commits
6
Pipelines
5
Changes
2
Merged
Chris Lai
requested to merge
issue/gin-3389509:3389509-drag-handle-multiple-file
into
8.x-3.x
1 year ago
Overview
0
Commits
6
Pipelines
5
Changes
2
Expand
Closes
#3389509
0
0
Merge request reports
Compare
8.x-3.x
version 3
d28da386
1 year ago
version 2
aa83d115
1 year ago
version 1
29f97450
1 year ago
8.x-3.x (base)
and
latest version
latest version
bb9da354
6 commits,
1 year ago
version 3
d28da386
5 commits,
1 year ago
version 2
aa83d115
5 commits,
1 year ago
version 1
29f97450
3 commits,
1 year ago
2 files
+
8
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
dist/css/base/gin.css
+
4
−
0
Options
@@ -1793,6 +1793,10 @@ table td.field-plugin-summary-cell {
@@ -1793,6 +1793,10 @@ table td.field-plugin-summary-cell {
margin-top
:
var
(
--gin-spacing-s
);
margin-top
:
var
(
--gin-spacing-s
);
}
}
.table-file-multiple-widget
.tabledrag-cell-content
{
display
:
flex
;
}
.form-element
{
.form-element
{
color
:
var
(
--gin-color-text
);
color
:
var
(
--gin-color-text
);
line-height
:
var
(
--input-line-height
);
line-height
:
var
(
--input-line-height
);
Loading