24 lines
437 B
CSS
24 lines
437 B
CSS
|
|
.k-kwconfig {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
border-spacing: 1px;
|
|
}
|
|
.k-kwconfig td,
|
|
.k-kwconfig th {
|
|
text-align: left;
|
|
font-size: var(--text-sm);
|
|
padding: var(--spacing-2);
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
background: var(--color-white);
|
|
}
|
|
.k-kwconfig-type {
|
|
width: 8rem;
|
|
}
|
|
.k-kwconfig-data {
|
|
width: 5rem;
|
|
font-variant-numeric: tabular-nums;
|
|
text-align: right !important;
|
|
}
|