mirror of
https://github.com/vrana/adminer.git
synced 2025-08-20 05:11:25 +02:00
Display the tables scrollbar (bug #647)
This commit is contained in:
@@ -32,7 +32,6 @@ input.wayoff { left: -1000px; position: absolute; }
|
||||
.version { color: #777; font-size: 67%; }
|
||||
.js .hidden, .nojs .jsonly { display: none; }
|
||||
.js .column { position: absolute; background: #ddf; padding: .27em 1ex .3em 0; margin-top: -.27em; }
|
||||
.scrollable { overflow-x: auto; }
|
||||
.nowrap td, .nowrap th, td.nowrap, p.nowrap { white-space: pre; }
|
||||
.wrap td { white-space: normal; }
|
||||
.error { color: red; background: #fee; }
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Adminer 4.7.1-dev:
|
||||
Display the tables scrollbar (bug #647)
|
||||
Add autocomplete attributes to login form
|
||||
PHP <5.4 compatibility even with ClickHouse enabled (regression from 4.7.0)
|
||||
|
||||
|
Reference in New Issue
Block a user