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
|
||
|---|---|---|
| .. | ||
| docs | ||
| _api-item-label.scss | ||
| _button.scss | ||
| _colors.scss | ||
| _faceted-list.scss | ||
| _kbd.scss | ||
| _links.scss | ||
| _media-queries.scss | ||
| _reference.scss | ||
| _resets.scss | ||
| _scroll-track.scss | ||
| _split.scss | ||
| _typography.scss | ||
| _z-index.scss | ||
| BUILD.bazel | ||
| global-styles.scss | ||