Commit 97455b6f authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch '341851-reapply-table-layout-repo-file-list' into 'master'

Reapply table-layout fixed in repository file list

See merge request gitlab-org/gitlab!71327
parents 93aeeb73 b20c171a
......@@ -87,6 +87,7 @@ export default {
<table
:aria-label="tableCaption"
class="table tree-table"
:class="{ 'gl-table-layout-fixed': !showParentRow }"
aria-live="polite"
data-qa-selector="file_tree_table"
>
......@@ -120,7 +121,9 @@ export default {
<template v-if="isLoading">
<tr v-for="i in 5" :key="i" aria-hidden="true">
<td><gl-skeleton-loading :lines="1" class="h-auto" /></td>
<td><gl-skeleton-loading :lines="1" class="h-auto" /></td>
<td class="gl-display-none gl-sm-display-block">
<gl-skeleton-loading :lines="1" class="h-auto" />
</td>
<td><gl-skeleton-loading :lines="1" class="ml-auto h-auto w-50" /></td>
</tr>
</template>
......
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