danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

`text-overflow: ellipsis` hides the end of the URI #198

Open Owumaro opened 8 years ago

Owumaro commented 8 years ago

Hi

I'm using aglio 2.2.0/olio 1.6.2.

I'm writing an API documentation involving URIs with a lot of parameters. The issue is that the URI template is cut by the css property text-overflow: ellipsis, which makes it difficult to read.

Here is an example using the streak theme with the 3-column layout : capture du 2015-11-20 11 51 50

It's quite a rare case, but still. (btw I'm in fullscreen mode, but people with small screen might have the issue more frequently)

You can argue that there is an example in the third column that allows to guess the end of the URI, however this can be confusing.

danielgtaylor commented 8 years ago

Thanks for reporting. I'm not sure what to do here - probably need to let it scroll or wrap but still have it look decent.