4 lines
79 B
CSS
4 lines
79 B
CSS
.uk-table > tbody > tr > th {
|
|
vertical-align: top;
|
|
text-transform: none;
|
|
}
|