mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed CSS error causing generic image widgets not to do height correctly (#15220)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<a target="_blank" rel="noopener" href="{{ $target_url }}">
|
||||
<img class="dashboard-image" style="max-width: {{ $dimensions['x'] }}px; max-height: {{ $dimensions['y'] }}" src="{{ $image_url }}"/>
|
||||
<img class="dashboard-image" style="max-width: {{ $dimensions['x'] }}px; max-height: {{ $dimensions['y'] }}px" src="{{ $image_url }}"/>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user