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
fd86ce4f
Commit
fd86ce4f
authored
Jun 12, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix node action buttons alignment
parent
70bcd515
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_main.vue
...onents/node_detail_sections/node_details_section_main.vue
+1
-1
ee/app/assets/stylesheets/pages/geo_nodes.scss
ee/app/assets/stylesheets/pages/geo_nodes.scss
+6
-0
No files found.
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_main.vue
View file @
fd86ce4f
...
...
@@ -48,7 +48,7 @@
<
template
>
<div
class=
"row-fluid clearfix node-detail-section primary-section"
>
<div
class=
"col-md-8"
>
<div
class=
"col-md-8
section-items-container
"
>
<div
class=
"detail-section-item node-version"
>
<div
class=
"node-detail-title"
>
{{
s__
(
'
GeoNodes|GitLab version
'
)
}}
...
...
ee/app/assets/stylesheets/pages/geo_nodes.scss
View file @
fd86ce4f
...
...
@@ -129,11 +129,17 @@
}
.section-items-container
{
display
:
inline-block
;
.node-detail-item
{
&
:first-child
{
margin-top
:
0
;
}
}
@include
media-breakpoint-down
(
sm
)
{
width
:
95%
;
}
}
}
...
...
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