Override bootstrap margin
What does this MR do and why?
The catalog list was updated to allow for markdown in this MR. However, when a component list exists on an item, there is a margin under the description. We are overriding that margin caused by bootstrap.
For the record, this will also remove the margin for the markdown in root_cause_analysis_app.vue
, but there won't be an impact on the styling as the markdown is positioned at the bottom of the drawer.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Navigate to
/explore/catalog
- Note that list items with components no longer have an unnecessary margin under the description
Edited by Briley Sandlin