Fixes horizontal scrollbar in server status pages

- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/19619

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
Maurício Meneghini Fauth 2025-06-16 20:52:31 -03:00
parent e617e77eb1
commit 6703a2260f
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
5.2.3 (not yet released)
- issue #19548 Fix missing tooltip in status monitor log table
- issue #19619 Fix horizontal scrollbar in server status pages
5.2.2 (2025-01-21)
- issue [security] Fix for a path disclosure leak in the Monitoring tab

View File

@ -1,6 +1,6 @@
<div class="container-fluid">
<div class="row">
<ul class="nav nav-pills m-2">
<ul class="nav nav-pills p-2">
<li class="nav-item">
<a href="{{ url('/server/status') }}" class="nav-link{{ active == 'status' ? ' active' }} disableAjax">
{% trans 'Server' %}