hotfix: decrease size of running crawl action button

This commit is contained in:
sua yoo 2022-09-27 19:09:49 -07:00
parent 63ada3e5b3
commit 709936dfa7
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -308,7 +308,7 @@ export class CrawlDetail extends LiteElement {
return html`
<sl-dropdown placement="bottom-end" distance="4">
<sl-button slot="trigger" caret
<sl-button slot="trigger" size="small" caret
>${this.isActive
? html`<sl-icon name="three-dots"></sl-icon>`
: msg("Actions")}</sl-button