Center the text for the button Deterministic

Story: 2001800
Task: 12522

Change-Id: I05eb271456189fa47a8495508926d0404893ecf3
This commit is contained in:
Martin Chacon Piza 2018-04-09 10:32:46 +02:00
parent b410eff27b
commit 357264cec9
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
</div>
<div class="row expression-details">
<div class="col-md-10 col-xs-10">
<div class="col-md-9 col-xs-9">
<tags-input id="dimension-chooser"
ng-model="vm.tags"
placeholder="{$ 'Add a dimension'|translate $}"
@ -114,7 +114,7 @@
</auto-complete>
</tags-input>
</div>
<div class="col-md-2 col-xs-2">
<div class="col-md-3 col-xs-3">
<div class="form-group">
<label class="btn expression-deterministic"
ng-class="{'btn-primary active': vm.model.deterministic, 'btn-default': !vm.model.deterministic}"