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