mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
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. |
||
|---|---|---|
| .. | ||
| assets | ||
| controllers | ||
| helpers | ||
| jobs | ||
| lib/themes | ||
| mailers | ||
| models | ||
| queries/reports | ||
| serializers | ||
| services | ||
| views | ||