Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions web_src/css/repo/home-file-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
}
}

#repo-files-table .repo-file-cell.name .svg {
margin-right: 2px;
}

#repo-files-table .svg.octicon-file-directory-fill,
#repo-files-table .svg.octicon-file-submodule {
color: var(--color-primary);
Expand Down Expand Up @@ -70,6 +66,9 @@
}

#repo-files-table .repo-file-cell.name {
display: flex;
align-items: center;
gap: 0.5em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down