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
7acb9473
Commit
7acb9473
authored
Nov 10, 2020
by
jakeburden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gitlab-ui util classes
parent
e957f9cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/javascripts/releases/components/app_index.vue
app/assets/javascripts/releases/components/app_index.vue
+1
-1
app/assets/stylesheets/utilities.scss
app/assets/stylesheets/utilities.scss
+4
-0
No files found.
app/assets/javascripts/releases/components/app_index.vue
View file @
7acb9473
...
...
@@ -64,7 +64,7 @@ export default {
</
script
>
<
template
>
<div
class=
"flex flex-column mt-2"
>
<div
class=
"
align-self-end mb-2
"
>
<div
class=
"
gl-align-self-end gl-mb-3
"
>
<releases-sort
class=
"gl-mr-2"
@
sort:changed=
"fetchReleases"
/>
<gl-button
...
...
app/assets/stylesheets/utilities.scss
View file @
7acb9473
...
...
@@ -129,3 +129,7 @@
content
:
''
;
display
:
flex
;
}
.gl-align-self-end
{
align-self
:
flex-end
;
}
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