Fix ApplicationPresenter (#279)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-10-14 18:51:49 +03:00 committed by GitHub
parent a5809075ec
commit 722298ba78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,6 @@ function show() {
</script>
<div on:click={show}>
<IconFile size={'small'}/>&nbsp;{shortLabel}-{value.number}
<div class="sm-tool-icon" on:click={show}>
<span class="icon"><IconFile size={'small'}/></span>{shortLabel}-{value.number}
</div>