refactor(route_ticket): add style in a style.scss
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6afc694f6c
commit
74fbae6510
|
@ -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>
|
||||
|
|
|
@ -8,3 +8,9 @@ vn-route-tickets form{
|
|||
max-width: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.button-right{
|
||||
display: block;
|
||||
padding-right: 50px;
|
||||
text-align: right;
|
||||
}
|
Loading…
Reference in New Issue