8 lines
151 B
CSS
8 lines
151 B
CSS
.table-container {
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.action-buttons {
|
|
white-space: nowrap;
|
|
} |