Skip to main content
Topic: Two for one (actually three) (Read 1950 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Two for one (actually three)

See (in the attachment) the name of the board in the link tree that is smaller than the other items of the link tree.
And see the topic info area (where the description and the sorting is) that overflows on the right.

The bonus is the "add poll" button that is no more on the same line with the other buttons. O:-)
Actually this may be a good thing...
Bugs creator.
Features destroyer.
Template killer.

Re: Two for one (actually three)

Reply #1

I like it ... having all that stuff aligned is old skool anyway.  If it looks good in at least one browser then our work is done  O:-)

Re: Two for one (actually three)

Reply #2

The overflow was caused by a box sizing line that was accidentally removed when the styled selects was reverted.  PR pending to add that line back.

Re: Two for one (actually three)

Reply #3

I was looking at the linktree, but I'm not entirely sure so I'm posting it here:
Code: [Select]
	.linktree, .linktree_last {
max-width: 95%;
white-space: nowrap;
text-overflow: ellipsis;
line-height: inherit;
}
It looks like removing the line-height: inherit; fixes it, but I can't see it changed recently, so probably something else changed and affected it. I'm not sure what and I'm not sure what this inherit may break... any hint is welcome!
Bugs creator.
Features destroyer.
Template killer.