Fix table horizontal scrolling (#14001)

Fix table horizontal scrolling

Fix #13959
This commit is contained in:
nulll-pointer 2018-02-16 20:13:10 +05:30 committed by Maurício Meneghini Fauth
parent 9fc96ed8f8
commit e92b357210
2 changed files with 7 additions and 0 deletions

View File

@ -3329,6 +3329,10 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
display: none;
}
.responsivetable {
overflow-x: auto;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
#main_pane_left {

View File

@ -3584,6 +3584,9 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
}
/* end of styles for jQuery-ui to support rtl languages */
.responsivetable {
overflow-x: auto;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
#main_pane_left {