Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
token
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
token
Merge requests
!53
Resolve
#2774071
"Fix coding standard"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#2774071
"Fix coding standard"
issue/token-2774071:2774071-fix-coding-standard
into
8.x-1.x
Overview
0
Commits
3
Pipelines
2
Changes
48
Open
Sakthi Shanmuga Sundaram M
requested to merge
issue/token-2774071:2774071-fix-coding-standard
into
8.x-1.x
1 year ago
Overview
0
Commits
3
Pipelines
2
Changes
48
Expand
Closes
#2774071
0
0
Merge request reports
Compare
8.x-1.x
version 1
481b9710
1 year ago
8.x-1.x (base)
and
latest version
latest version
5eee2cb4
3 commits,
1 year ago
version 1
481b9710
2 commits,
1 year ago
48 files
+
800
−
221
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
48
Search (e.g. *.vue) (Ctrl+P)
css/jquery.treetable.css
+
0
−
3
Options
@@ -3,19 +3,16 @@ table.treetable span.indenter {
margin
:
0
;
padding
:
0
;
text-align
:
right
;
/* Disable text selection of nodes (for better D&D UX) */
user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-o-user-select
:
none
;
-webkit-user-select
:
none
;
/* Force content-box box model for indenter (Bootstrap compatibility) */
-webkit-box-sizing
:
content-box
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
width
:
19px
;
}
Loading