11 lines
133 B
CSS
11 lines
133 B
CSS
|
|
.ui-table-shell {
|
||
|
|
overflow-x: auto;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-table {
|
||
|
|
border-collapse: collapse;
|
||
|
|
min-width: 100%;
|
||
|
|
width: 100%;
|
||
|
|
}
|