You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes issues when code listings are used in `@Row`/`@Col` DocC
directives, because it results in them expanding beyond their normal
size and potentially obscures content below the row.
It doesn't seem that the `min-height` rule is still needed with the
recent updates to the styling of code listings whereas it was previously
used to fix an issue with overflow scrolling in tutorial code.
Resolves: rdar://112272083
0 commit comments