Update latency.blade.php (#12684)

Fix devices latency tab calendar position
This commit is contained in:
TheGracens
2021-03-31 02:02:40 +02:00
committed by GitHub
parent 90b43b3210
commit 9b627eceb0
@@ -60,7 +60,7 @@
<x-panel title="{{ __('Performance') }}">
<x-slot name="heading">
<span class="panel-title" style="line-height: 34px">@lang('Performance')</span>
<span class="pull-right">
<span style="text-align: center">
<form method="post" role="form" id="map" class="form-inline">
@csrf
<div class="form-group">
@@ -221,5 +221,9 @@
.panel.with-nav-tabs .nav-justified {
margin-bottom: -1px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
inset: auto!important;
}
</style>
@endpush