-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Conversation
I attached code to this issue, which fixes it in the most common case ( |
Hi, is this supported in all browsers? What happens if it's not? Thanks for helping out! |
On a side note, we can only accept pulls to the dev branch. Could you resubmit it? |
I haven't had issues with the browsers I tried. I'm using this on http://raphink.info if you want to test. I can definitely resubmit against the dev branch if necessary. |
It looks a little broken on a phone actually.. 100% is not that much there |
@AlexDM0 oh? What phone are you using? |
Ah, you mean the bars on the right. They've very small indeed. You can get info if you zoom on them (not sure if pinching works on iPhone though, it doesn't work on iPad). I don't know how to improve that. Maybe a zooming button on bars? |
I'm not sure I want to head in that direction... For your usecase it might Regards On Thu, May 19, 2016 at 11:03 AM, Raphaël Pinson notifications@github.com
|
@AlexDM0 I'm not sure to understand your point. The screenshot you took would look exactly the same without the patch (because I've set |
I see now, sorry, I was under the impression that you were modifying the outer div. If you can redo a pull to the develop branch I'll add it since I cant accept a pull to the master branch. |
Set content width to avoid overflow (Fix #1853)
In order to place content in bars,
timeline
pushesvis-item-content
to the right with things like:When using large content, this leads to the content overflowing the div:
By adjusting the width, this can be fixed: