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
!80
Coding Standard Issues - Closes
#3471655
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Coding Standard Issues - Closes
#3471655
issue/token-3471655:3471655-coding-standard-issues
into
8.x-1.x
Overview
0
Commits
2
Pipelines
2
Changes
48
Open
Aly Machaca
requested to merge
issue/token-3471655:3471655-coding-standard-issues
into
8.x-1.x
8 months ago
Overview
0
Commits
2
Pipelines
2
Changes
48
Expand
Closes
#3471655
- Coding Standard Issues
0
0
Merge request reports
Compare
8.x-1.x
version 1
2cee46c2
8 months ago
8.x-1.x (base)
and
latest version
latest version
9647ba46
2 commits,
7 months ago
version 1
2cee46c2
1 commit,
8 months ago
48 files
+
726
−
176
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