mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c3d69aeaaa
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 c8e23d3a9d)