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
b013eede
Commit
b013eede
authored
Aug 19, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
a3a04983
d4a5e3fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
app/assets/javascripts/vue_shared/components/file_row.vue
app/assets/javascripts/vue_shared/components/file_row.vue
+2
-6
changelogs/unreleased/fix-file-row-styling.yml
changelogs/unreleased/fix-file-row-styling.yml
+5
-0
No files found.
app/assets/javascripts/vue_shared/components/file_row.vue
View file @
b013eede
...
@@ -146,6 +146,7 @@ export default {
...
@@ -146,6 +146,7 @@ export default {
<span
ref=
"textOutput"
:style=
"levelIndentation"
class=
"file-row-name str-truncated"
>
<span
ref=
"textOutput"
:style=
"levelIndentation"
class=
"file-row-name str-truncated"
>
<file-icon
<file-icon
v-if=
"!showChangedIcon || file.type === 'tree'"
v-if=
"!showChangedIcon || file.type === 'tree'"
class=
"file-row-icon"
:file-name=
"file.name"
:file-name=
"file.name"
:loading=
"file.loading"
:loading=
"file.loading"
:folder=
"isTree"
:folder=
"isTree"
...
@@ -223,13 +224,8 @@ export default {
...
@@ -223,13 +224,8 @@ export default {
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.file-row-name
svg
{
.file-row-name
.file-row-icon
{
margin-right
:
2px
;
margin-right
:
2px
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.file-row-name
.loading-container
{
display
:
inline-block
;
margin-right
:
4px
;
}
</
style
>
</
style
>
changelogs/unreleased/fix-file-row-styling.yml
0 → 100644
View file @
b013eede
---
title
:
Fix loading icon causing text to jump in file row of Web IDE
merge_request
:
31884
author
:
type
:
fixed
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