use some magic to make 'popular browsers' work
as expected with inline-block span
This commit is contained in:
parent
4d2ae71bf2
commit
b2879d3a99
|
@ -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 New Issue