Fix table horizontal scrolling (#14001)
Fix table horizontal scrolling Fix #13959
This commit is contained in:
parent
9fc96ed8f8
commit
e92b357210
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user