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
d68bee5e
Commit
d68bee5e
authored
Aug 26, 2020
by
Kev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ".gl-align-self-start" to event_item.vue icons
parent
1c3763dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/vue_shared/security_reports/components/event_item.vue
...pts/vue_shared/security_reports/components/event_item.vue
+2
-2
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/components/event_item.vue
View file @
d68bee5e
...
...
@@ -63,7 +63,7 @@ export default {
<
template
>
<div
:id=
"noteId"
class=
"d-flex align-items-center"
>
<div
class=
"circle-icon-container gl-flex-shrink-0"
:class=
"iconClass"
>
<div
class=
"circle-icon-container gl-flex-shrink-0
gl-align-self-start
"
:class=
"iconClass"
>
<gl-icon
:size=
"16"
:name=
"iconName"
/>
</div>
<div
class=
"ml-3 flex-grow-1"
data-qa-selector=
"event_item_content"
>
...
...
@@ -82,7 +82,7 @@ export default {
<slot
v-if=
"showRightSlot"
name=
"right-content"
></slot>
<div
v-else-if=
"showActionButtons"
class=
"gl-flex-shrink-0"
>
<div
v-else-if=
"showActionButtons"
class=
"gl-flex-shrink-0
gl-align-self-start
"
>
<gl-deprecated-button
v-for=
"button in actionButtons"
:key=
"button.title"
...
...
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