ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: emanuele on June 21, 2018, 02:57:29 am

Title: Followup text misalignment
Post by: emanuele on June 21, 2018, 02:57:29 am
See the attachment. O:-)

@Spuds I think this may be related to the bug of the quote/like/more buttons moved around with large images?
Title: Re: Followup text misalignment
Post by: Spuds on June 21, 2018, 10:02:07 am
Yes ... Since quickbuttons is used in other areas I should have add the clear: both to target only the lower nav area (still a bit fragile, would be better with an id on that nav but ....)  So adding

Code: [Select]
nav > .quickbuttons {
clear: both;
}

and pulling that clear: both out of quickbuttons (that 1.1.4 will add)  should fix the issue ...

So now the question, we have a few niggly things found in 1.1.4 ,,, shall we update it before release?
Title: Re: Followup text misalignment
Post by: emanuele on June 21, 2018, 12:10:52 pm
That was also my doubt as well. xD
I'll add it locally, it shouldn't break too much I guess. LOL
Title: Re: Followup text misalignment
Post by: ahrasis on June 21, 2018, 08:54:40 pm
Tracked?