mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #8584 from Bagera/master
avoid row resize on filename edit
This commit is contained in:
commit
c98edf18cc
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
|
||||
}
|
||||
|
||||
#filestable tbody tr { background-color:#fff; height:40px; }
|
||||
#filestable tbody tr { background-color:#fff; height:51px; }
|
||||
#filestable tbody tr:hover, tbody tr:active {
|
||||
background-color: rgb(240,240,240);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue