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:
Lukas Reschke 2017-05-17 22:15:46 +02:00 committed by GitHub
commit aa9b465af7
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%;
}