More tweaking for top button alignment

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-02-15 18:13:38 -08:00
parent f124249e1c
commit 71334b5eae

View file

@ -44,7 +44,7 @@
@endif @endif
</div> </div>
@if (isset($topSubmit) && ($topSubmit=='true')) @if (isset($topSubmit) && ($topSubmit=='true'))
<div class="col-md-3 text-right" style="padding-right: 0px;"> <div class="col-md-3 text-right" style="padding-right: 10px;">
<button type="submit" class="btn btn-primary pull-right"> <button type="submit" class="btn btn-primary pull-right">
<i class="fas fa-check icon-white" aria-hidden="true"></i> <i class="fas fa-check icon-white" aria-hidden="true"></i>
{{ trans('general.save') }} {{ trans('general.save') }}