Browse Source

Increase width of clickable area in file row to open file/folder

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/4921/head
Jan-Christoph Borchardt 9 years ago
parent
commit
ecf3deb01c
  1. 1
      apps/files/css/files.scss

1
apps/files/css/files.scss

@ -342,6 +342,7 @@ table td.filename .nametext {
padding: 0;
overflow: hidden;
text-overflow: ellipsis;
width: 70%;
max-width: 800px;
height: 100%;
}

Loading…
Cancel
Save