-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix overlapping filename and sharees #28678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| } | ||
| .has-favorites #fileList td.filename a.name { | ||
| display: flex; | ||
| justify-content: space-between; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IE11 has a lot of bugs according to http://caniuse.com/#search=justify-content
Should we disable this one for IE11 ?
|
Needs testing in all browsers, especially considering that we're using some modern CSS technique. And test whether resizing the browser to smaller sizes doesn't mess up. |
|
Correct - I tried it initially with FF and it looks fine. IE is also looking good - Chrome is still looking strange. |
|
This was just a quick shot if the result comes near what is expected. I'll go into it in more detail, especially older IE support:
@haukman Screenshot, or it didn't happen! |
|
@haukman … I hope you did purge your cache ⚓️ |
|
@felixheidecke: Please forgive me - you are correct: Also looking fine in Chrome! |
|
I tested in IE11 as well and it does work fine. |
|
@felixheidecke if you tested yourself I think it's fine to merge now. |
|
@felixheidecke please backport to stable10 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |


Description
Fix overlapping names and "sharees" if the filename is a bit longer than usual.
Related Issue
Fixes https://github.com/owncloud/enterprise/issues/2068
How Has This Been Tested?
Visual test in latest Google Chome
Screenshots (if appropriate):
Types of changes
Checklist: