Removes unnecessary margin in ufm-render-element (#2461)
This commit is contained in:
@@ -59,6 +59,14 @@ export class UmbUfmRenderElement extends UmbLitElement {
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
:host > :first-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
:host > :last-child {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user