taf/styles/v1/components/common.scss
2024-08-28 21:23:31 -06:00

7 lines
213 B
SCSS

// Disclaimer: This CSS is used by a custom web component and is scoped to JUST
// the corresponding web component. This should only be imported by web component
// style files.
:host {
display: inline-block;
}