Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
99d177c5
Commit
99d177c5
authored
Nov 18, 2020
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace prepend-left-20 class in graphs
Also removes the prepend-left-20 class from the common.scss file
parent
82e57270
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-1
app/views/projects/network/show.html.haml
app/views/projects/network/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
99d177c5
...
...
@@ -389,7 +389,6 @@ img.emoji {
See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details.
**/
.prepend-top-20
{
margin-top
:
20px
;
}
.prepend-left-20
{
margin-left
:
20px
;
}
.append-bottom-20
{
margin-bottom
:
20px
;
}
.ml-10
{
margin-left
:
4
.5rem
;
}
.inline
{
display
:
inline-block
;
}
...
...
app/views/projects/network/show.html.haml
View file @
99d177c5
...
...
@@ -8,7 +8,7 @@
=
text_field_tag
:extended_sha1
,
@options
[
:extended_sha1
],
placeholder:
_
(
"Git revision"
),
class:
'search-input form-control input-mx-250 search-sha'
=
button_tag
class:
'btn btn-success'
do
=
sprite_icon
(
'search'
)
.inline.
prepend-left-20
.inline.
gl-ml-5
.form-check.light
=
check_box_tag
:filter_ref
,
1
,
@options
[
:filter_ref
],
class:
'form-check-input'
=
label_tag
:filter_ref
,
class:
'form-check-label'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment