remove empty space in button to allow label to be shown
This commit is contained in:
@@ -209,8 +209,7 @@ export class UmbMediaTypeWorkspaceViewEditTabElement extends UmbLitElement {
|
||||
label=${this.localize.term('contentTypeEditor_addGroup')}
|
||||
id="add"
|
||||
look="placeholder"
|
||||
@click=${this.#onAddGroup}>
|
||||
</uui-button>`
|
||||
@click=${this.#onAddGroup}></uui-button>`
|
||||
: ''}
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user