Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7a6c258a50
@ -55,7 +55,6 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3931 IN Clause search does not permit multiple values
|
||||
- bug #4086 Clicking OK from edit popup opens new tab
|
||||
- bug #2983 unknown table status: TABLE_TYPE
|
||||
- bug #4096 horizontal scrollbar should not overflow on the left column
|
||||
- bug #4030 ORDER BY SUM(`field`) does not sort DESC
|
||||
|
||||
4.0.10.0 (not yet released)
|
||||
|
||||
@ -2095,13 +2095,9 @@ fieldset .disabled-field td {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.data {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.data_full_width {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.cDrop {
|
||||
|
||||
@ -81,7 +81,6 @@ h2 a img {
|
||||
.data,
|
||||
.data_full_width {
|
||||
margin: 0 0 12px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.data_full_width {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user