mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
css fix
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{{#each rateValues}}
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon radius-left">1 {{@key}} = </span>
|
||||
<input class="form-control" type="text" data-currency="{{@key}}" value="{{./this}}" style="text-align: right;">
|
||||
<span class="input-group-addon radius-right">{{../baseCurrency}}</span>
|
||||
<span class="input-group-addon radius-left" style="width: 25%">1 {{@key}} = </span>
|
||||
<span class="input-group-item">
|
||||
<input
|
||||
class="form-control"
|
||||
type="text"
|
||||
data-currency="{{@key}}"
|
||||
value="{{./this}}"
|
||||
style="text-align: right;"
|
||||
>
|
||||
</span>
|
||||
<span class="input-group-addon radius-right" style="width: 22%">{{../baseCurrency}}</span>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user