Skip to content

Commit

Permalink
design_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Sep 18, 2020
1 parent 83de616 commit b14a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/purse/_client-view.php
Expand Up @@ -15,7 +15,7 @@

?>

<?php $box = Box::begin(['renderBody' => false]) ?>
<?php $box = Box::begin(['renderBody' => false, 'bodyOptions' => ['class' => 'no-padding']]) ?>
<?php $box->beginHeader() ?>
<?= $box->renderTitle(Yii::t('hipanel:finance', '<b>{currency}</b> account', ['currency' => strtoupper($model->currency)]), '&nbsp;') ?>
<?php $box->beginTools() ?>
Expand Down

0 comments on commit b14a13e

Please sign in to comment.