Labels |
Added:
?
|
Title |
|
We could use the free space to display a module showing the static text "Why this gap" ;-) (joking).
Welcome to the world of alignment
This is using the CSS Column count stuff. It's going to be nearly impossible to do this properly. Bearing in mind that this is a module area so people can add custom modules at any point.
You're totally right it does look odd (and on my narrower laptop screen even worse than your screenshot because you can't see the module underneath) - but I really don't see an obvious fix without either not using native CSS or something that's going to break as soon as custom modules are added to this area
maybe i'm missing something obvious after reading this https://css-tricks.com/centering-css-complete-guide/#horizontal-multiple-block
so let's close it
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-11-12 07:45:12 |
Closed_By | ⇒ | alikon |
If you think you know how to fix it go for it. For sure it's something that doesn't look as nice as it can. I'm just not aware of anything
This is a result of using grid. Anytime your using a masonry layout your going to wind up with uneven column heights. The standard "fix" is to fill it with whitespace.
We have a separation between quickicon modules and other modules
<div class="cpanel-modules cpanel-quickicons">
and below
<div class="cpanel-modules cpanel">
I guess if we did not have these separated divs a non-quickicon module could be displayed among the quickicons ones.
Imho not an issue.