mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
don't use non-existing btn-xs
This commit is contained in:
@@ -16,7 +16,7 @@ const TPL = `
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title mr-auto">Recent changes</h5>
|
||||
|
||||
<button class="erase-deleted-notes-now-button btn btn-xs" style="padding: 0 10px">
|
||||
<button class="erase-deleted-notes-now-button btn btn-sm" style="padding: 0 10px">
|
||||
Erase deleted notes now</button>
|
||||
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="margin-left: 0 !important;">
|
||||
|
||||
Reference in New Issue
Block a user