Resolve svg rem width/height attribute warning

This commit is contained in:
shamoon
2024-02-06 14:50:08 -08:00
parent aaa130e20d
commit 718171a125
2 changed files with 8 additions and 8 deletions

View File

@@ -232,7 +232,7 @@
@if (d.notes.length) {
<a routerLink="/documents/{{d.id}}/notes" class="btn btn-sm p-0">
<span class="badge rounded-pill bg-light border text-primary">
<i-bs width="0.9rem" height="0.9rem" class="ms-1 me-1" name="chat-left-text"></i-bs>
<i-bs width="1.2em" height="1.2em" class="ms-1 me-1" name="chat-left-text"></i-bs>
{{d.notes.length}}</span>
</a>
}