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