9 lines
114 B
CSS
9 lines
114 B
CSS
.table {
|
|
width: 100%;
|
|
display: block;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.table thead th {
|
|
font-weight: bold;
|
|
}
|