diff --git a/apps/note/tables.py b/apps/note/tables.py
index 20054d2c..435907b3 100644
--- a/apps/note/tables.py
+++ b/apps/note/tables.py
@@ -59,7 +59,7 @@ class HistoryTable(tables.Table):
# function delete_button(id) provided in template file
DELETE_TEMPLATE = """
-
+
"""
@@ -103,7 +103,7 @@ class ButtonTable(tables.Table):
edit = tables.LinkColumn('note:template_update',
args=[A('pk')],
attrs={'td': {'class': 'col-sm-1'},
- 'a': {'class': 'btn btn-primary'}},
+ 'a': {'class': 'btn btn-sm btn-primary'}},
text=_('edit'),
accessor='pk')