Skip to content

Commit

Permalink
Add nbsp to fix display of cog icon in device toolbar (librenms#16634)
Browse files Browse the repository at this point in the history
  • Loading branch information
eskyuu authored Nov 2, 2024
1 parent aaa1002 commit 7e3a27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/device/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class="btn btn-default"
@if(isset($primary_device_link['onclick']))onclick="{{ $primary_device_link['onclick'] }}" @endif
@if($primary_device_link['external'])target="_blank" rel="noopener" @endif
title="{{ $primary_device_link['title'] }}"
> <i class="fa {{ $primary_device_link['icon'] }} fa-lg icon-theme"></i>
>&nbsp;<i class="fa {{ $primary_device_link['icon'] }} fa-lg icon-theme"></i>
</a>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Expand Down

0 comments on commit 7e3a27d

Please sign in to comment.