Closed serebit closed 1 year ago
The margin should be controlled by the Stack, which is the point in the gap. If you are wanting them to be wrapped in elements you should use Typography from MUI.
Tested Typography, and it doesn't accomplish what I'm looking for - controlling the margin via the gap property would make sense, but we'd have to add custom CSS that removes the bottom margin on any elements within one of these cards, and also add the Gap property to any subgroups within the cards (such as TabItems). In my opinion, that's a worse solution than just using the natural margin from the <p>
elements, CodeBlocks, Tabs, and Admonitions.
The latter involves changing the installationInfo contents by wrapping normal text in paragraph tags so that they get the proper bottom margin applied to them, and removing the
gap
property from the parent Stack.