Skip to content

Commit

Permalink
fixed name link container
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Nov 6, 2024
1 parent f924b20 commit b87e403
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,18 @@ table.files-filestable {
}
}

.files-list__row-name-link {
display: flex;
align-items: center;
text-align: start;
width: 100%;
height: 100%;
min-height: 36px;
min-width: 0;
margin: 0;
padding: 8px 14px;
}

&.files-list__row-mtime,
&.files-list__row-size,
&.files-list__row-trashbin-original-location,
Expand Down

0 comments on commit b87e403

Please sign in to comment.