Skip to content

Commit c675e0e

Browse files
committed
Fixing button size.
1 parent 14a6921 commit c675e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/modules/cases/components/cases-table/cases-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h1 class="page-title header-page-title">
121121

122122
<div class="row">
123123
<a tooltip="Download PDF" href="/api/template-files/download-case-pdf/{{currentTemplate.id}}?caseId={{caseModel.id}}"
124-
class="needs_tooltip btn btn-ar btn-xs btn-default"
124+
class="needs_tooltip btn btn-ar btn-sm btn-default"
125125
type="button">
126126
<span class="fa fa-file-pdf-o"></span>
127127
</a>

0 commit comments

Comments
 (0)