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:
parent
2c9007616b
commit
ecf3deb01c
|
@ -342,6 +342,7 @@ table td.filename .nametext {
|
|||
padding: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 70%;
|
||||
max-width: 800px;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue