Commit 99897d41 authored by Illya Klymov's avatar Illya Klymov Committed by Paul Slaughter

Update file row styling

parent f4ce990b
......@@ -146,6 +146,7 @@ export default {
<span ref="textOutput" :style="levelIndentation" class="file-row-name str-truncated">
<file-icon
v-if="!showChangedIcon || file.type === 'tree'"
class="file-row-icon"
:file-name="file.name"
:loading="file.loading"
:folder="isTree"
......@@ -223,13 +224,8 @@ export default {
white-space: nowrap;
}
.file-row-name svg {
.file-row-name .file-row-icon {
margin-right: 2px;
vertical-align: middle;
}
.file-row-name .loading-container {
display: inline-block;
margin-right: 4px;
}
</style>
---
title: Fix loading icon causing text to jump in file row of Web IDE
merge_request: 31884
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment