0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/app/assets
Sérgio Saquetim 5589e736a5
UX: Stretch blocks to fill their grid cell
Blocks sized to their own content left a gap in a definite-height grid cell.
They now take `min-height: 100%`, which resolves to 0 against an auto-height
parent and so changes nothing outside a stretched cell. The two blocks that
already had a floor keep it through `max()`; the section block's default moves
from `auto` to `0px`, since `auto` is not a valid `max()` argument.
2026-08-08 00:15:32 -03:00
..
images FIX: Duplicate notifications when mentioned in chat (#39670) 2026-04-30 14:52:39 -03:00
stylesheets UX: Stretch blocks to fill their grid cell 2026-08-08 00:15:32 -03:00