Skip to content
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

Icon/Layout on navigation pane is weird #6

Closed
osbornm opened this issue May 10, 2012 · 6 comments
Closed

Icon/Layout on navigation pane is weird #6

osbornm opened this issue May 10, 2012 · 6 comments
Assignees
Milestone

Comments

@osbornm
Copy link

osbornm commented May 10, 2012

The layout of Icons and text is weird... This is on IE9

screenshot

@analogrelay
Copy link
Owner

This actually happens on Chrome too. The "tree view" is a fixed percentage-based width and it doesn't trim text properly. The fix will be to trim the text and allow the side bar to be resize. I already want to make everything but the file content collapsible in some way :).

@osbornm
Copy link
Author

osbornm commented May 10, 2012

overflow: hidden; text-overflow:ellipsis;

@analogrelay
Copy link
Owner

Thanks :)

@osbornm
Copy link
Author

osbornm commented May 10, 2012

Also do something like this:

<span class="foo" title="{{FileName}}>{{FileName}}</span>

.foo { verflow: hidden; text-overflow:ellipsis; }

That way when you hover you get the full name if it gets trimmed.

@analogrelay
Copy link
Owner

Good idea. I've triaged this for 0.2, so it's on my queue for the next push.

@osbornm
Copy link
Author

osbornm commented May 10, 2012

We do this all over the portal :) it works in pretty much every browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants