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

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-05-16 21:04:43 +02:00
parent 2c9007616b
commit ecf3deb01c
1 changed files with 1 additions and 0 deletions

View File

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