mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
use some magic to make 'popular browsers' work
as expected with inline-block span
This commit is contained in:
parent
4d2ae71bf2
commit
b2879d3a99
1 changed files with 2 additions and 0 deletions
|
|
@ -305,6 +305,8 @@ table td.filename .nametext .innernametext {
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1366px) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue