mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
More tweaking for top button alignment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f124249e1c
commit
71334b5eae
|
@ -44,7 +44,7 @@
|
|||
@endif
|
||||
</div>
|
||||
@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">
|
||||
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
||||
{{ trans('general.save') }}
|
||||
|
|
Loading…
Reference in a new issue