Skip to content

Commit 1934efe

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2 parents afbd8af + 6703a22 commit 1934efe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog
2020

2121
5.2.3 (not yet released)
2222
- issue #19548 Fix missing tooltip in status monitor log table
23+
- issue #19619 Fix horizontal scrollbar in server status pages
2324

2425
5.2.2 (2025-01-21)
2526
- issue [security] Fix for a path disclosure leak in the Monitoring tab

resources/templates/server/status/base.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container-fluid">
22
<div class="row d-print-none">
3-
<ul class="nav nav-pills m-2">
3+
<ul class="nav nav-pills p-2">
44
<li class="nav-item">
55
<a href="{{ url('/server/status') }}" class="nav-link{{ active == 'status' ? ' active' }} disableAjax">
66
{{ t('Server') }}

0 commit comments

Comments
 (0)