ElkArte Community

Elk Development => Theme development => Theme development archive => Topic started by: emanuele on January 31, 2014, 09:12:26 am

Title: max-length for bbc_link
Post by: emanuele on January 31, 2014, 09:12:26 am
I gave it a test-run of few weeks, but after that time, I have to admit I don't quite like to have the links truncated... :(

I'd propose to change the
Code: [Select]
max-width: 24em;
to a more "flexible"
Code: [Select]
max-width: 100%;
I don't remember exactly the original issue, but I think it was related to things like google search results that normally occupy multiple lines, like:
Code: [Select]
http://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&ved=0CDQQFjAC&url=http%3A%2F%2Fwww.searchenginejournal.com%2F200-parameters-in-google-algorithm%2F15457%2F&ei=Xa7rUsqbPKb0ygOXuIGoAg&usg=AFQjCNGonw1j7ar3MTGKKMLKpD2asTAxJA&bvm=bv.60444564,d.Yms
With the proposed the link would be no more than one line, but shorter links would still be visible, that would make easier to spot different links in list of links (yes, something not so frequent...).

What do you think?
Title: Re: max-length for bbc_link
Post by: Jokerâ„¢ on January 31, 2014, 09:36:32 am
Yup, 24em looks more odd

Code: [Select]
max-width: 24em;
Title: Re: max-length for bbc_link
Post by: TE on January 31, 2014, 09:41:18 am
No objections