Skip to content

Commit

Permalink
fixed sizes (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats authored Nov 8, 2024
1 parent f924b20 commit cb20442
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,28 @@ table.files-filestable {
}
}

td.files-list__row-name {

.files-list__row-name-link {
padding: 0.5rem;
width: 90%;
}

.files-list__row-name-text {
padding: 0;
}
}

td.files-list__row-actions {
width: 1.5rem;

.action-item__menutoggle {
padding: 0;
min-width: 1.5rem;
width: 1.5rem !important;
}
}

.files-list__row-icon {

.material-design-icon {
Expand Down

0 comments on commit cb20442

Please sign in to comment.