Set rollback button to be xs + fix padding on xs buttons

This commit is contained in:
Mads Rasmussen
2018-10-16 11:43:14 +02:00
parent 3d52f2676e
commit eceec9ea3e
2 changed files with 3 additions and 2 deletions
@@ -104,7 +104,7 @@
}
.umb-button--xs {
padding: 5px 16px;
padding: 5px 13px;
font-size: 14px;
}
@@ -48,7 +48,8 @@
type="button"
button-style="outline"
action="openRollback()"
label-key="actions_rollback">
label-key="actions_rollback"
size="xs">
</umb-button>
</umb-box-header>