7 lines
213 B
SCSS
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;
|
|
}
|