Merge pull request #4921 from nextcloud/filerow-clickability
Increase width of clickable area in file row to open file/folder
This commit is contained in:
commit
aa9b465af7
|
@ -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