forked from public/foundryvtt-reve-de-dragon
		
	Add padding to some action texts
This commit is contained in:
		| @@ -179,7 +179,7 @@ | ||||
|                 <li class="competence flexrow list-item"> | ||||
|                   <span class="generic-label chance-actuelle"><a>Chance actuelle</a></span> | ||||
|                   <input class="compteur-edit" type="text" name="chance" value="{{data.compteurs.chance.value}}" data-dtype="number"/> | ||||
|                   <span><a class="item-control chance-appel">Utiliser</a></span> | ||||
|                   <span style="padding-left: 5px"><a class="item-control chance-appel">Utiliser</a></span> | ||||
|                 </li> | ||||
|                 {{#each data.compteurs as |compteur key|}} | ||||
|                   {{#if (eq compteur.label 'Chance')}} | ||||
| @@ -196,7 +196,7 @@ | ||||
|                       {{else}} | ||||
|                       <input class="compteur-edit" id="{{key}}-edit" type="text" name="{{key}}" value="{{compteur.value}}" data-dtype="number"/> | ||||
|                       {{/if}} | ||||
|                       <span> | ||||
|                       <span style="padding-left: 5px"> | ||||
|                         {{#if compteur.isStress}} | ||||
|                         <a class="item-control stress-test" title="Transformer">Transformer</a> | ||||
|                         {{else if (eq compteur.label 'Ethylisme')}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user