refactor(route_ticket): add style in a style.scss
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2021-11-25 15:15:51 +01:00
parent 6afc694f6c
commit 74fbae6510
2 changed files with 7 additions and 1 deletions

View File

@ -125,7 +125,7 @@
<tpl-title>
<vn-horizontal>
<span translate>Tickets to add</span>
<div style="display: block; margin-right: 50px; text-align: right;">
<div class="button-right">
<vn-button label="Add" ng-click="$ctrl.setTicketsRoute()"></vn-button>
</div>
</vn-horizontal>

View File

@ -7,4 +7,10 @@ vn-route-tickets form{
.order-field {
max-width: 30px;
}
}
.button-right{
display: block;
padding-right: 50px;
text-align: right;
}