hotfix: decrease size of running crawl action button
This commit is contained in:
		
							parent
							
								
									63ada3e5b3
								
							
						
					
					
						commit
						709936dfa7
					
				| @ -308,7 +308,7 @@ export class CrawlDetail extends LiteElement { | |||||||
| 
 | 
 | ||||||
|     return html` |     return html` | ||||||
|       <sl-dropdown placement="bottom-end" distance="4"> |       <sl-dropdown placement="bottom-end" distance="4"> | ||||||
|         <sl-button slot="trigger" caret |         <sl-button slot="trigger" size="small" caret | ||||||
|           >${this.isActive |           >${this.isActive | ||||||
|             ? html`<sl-icon name="three-dots"></sl-icon>` |             ? html`<sl-icon name="three-dots"></sl-icon>` | ||||||
|             : msg("Actions")}</sl-button |             : msg("Actions")}</sl-button | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user