Browse Source

use some magic to make 'popular browsers' work

as expected with inline-block span
remotes/origin/create-share-target-reuse
Sugaroverdose 11 years ago
parent
commit
b2879d3a99
  1. 2
      apps/files/css/files.css

2
apps/files/css/files.css

@ -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…
Cancel
Save