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...
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:-)
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.
I was looking at the linktree, but I'm not entirely sure so I'm posting it here:
.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!
Applied here:
https://github.com/emanuele45/Dialogo/commit/cdf05c5996f56862b3008cf269a315c246ebe185
finger crossed. :P