mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Inline code elements inside table cells inherited `width: 100%` from
the global code styles, causing short codes like `s`, `dev` to stack
vertically instead of rendering on the same line. Add `min-width` to
table cells containing code to ensure proper inline layout.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| _alert.scss | ||
| _callout.scss | ||
| _card.scss | ||
| _code.scss | ||
| _decorative-header.scss | ||
| _icon.scss | ||
| _mermaid.scss | ||
| _pill.scss | ||
| _steps.scss | ||
| _table.scss | ||
| _video.scss | ||