mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Change inline style to class name
This commit is contained in:
@@ -170,7 +170,7 @@ foreach ($engines as $engine) {
|
||||
<?php } ?>
|
||||
|
||||
<?php if (support("columns")) { ?>
|
||||
<div style="overflow-x: auto;">
|
||||
<div class="scrollable">
|
||||
<table cellspacing="0" id="edit-fields" class="nowrap">
|
||||
<?php
|
||||
$comments = ($_POST ? $_POST["comments"] : $row["Comment"] != "");
|
||||
|
Reference in New Issue
Block a user