Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-03-14 17:56:56 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-03-14 17:57:22 +0300
commit7c7bd65e8b24c2c5a2626dc29e609ec0c233d3e8 (patch)
tree21cfe9a8d0bfffcc8c58b1d35051255aec6f2667 /test/classes/Controllers/Server
parent34ad4a2e82164169f09b8fb2b5e9d24731810280 (diff)
Fix #16604 - set back table width to auto
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/classes/Controllers/Server')
-rw-r--r--test/classes/Controllers/Server/CollationsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Controllers/Server/CollationsControllerTest.php b/test/classes/Controllers/Server/CollationsControllerTest.php
index fd7b1b8756..3d34decc82 100644
--- a/test/classes/Controllers/Server/CollationsControllerTest.php
+++ b/test/classes/Controllers/Server/CollationsControllerTest.php
@@ -40,7 +40,7 @@ class CollationsControllerTest extends AbstractTestCase
$actual = $response->getHTMLResult();
$this->assertStringContainsString(
- '<table class="table table-light table-striped table-hover table-sm">',
+ '<table class="table table-light table-striped table-hover table-sm w-auto">',
$actual
);
$this->assertStringContainsString(