43 lines
764 B
CSS
43 lines
764 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 th {
|
|
font-weight: var(--font-bold);
|
|
}
|
|
.k-kwconfig th button {
|
|
font: inherit;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.k-kwconfig-name {
|
|
/* width: 8rem; */
|
|
}
|
|
.k-kwconfig-type {
|
|
/* width: 8rem; */
|
|
}
|
|
.k-kwconfig-description {
|
|
width: 50%;
|
|
}
|
|
.k-kwconfig-data {
|
|
/* width: 10rem; */
|
|
font-variant-numeric: tabular-nums;
|
|
text-align: right !important;
|
|
}
|
|
.k-kwconfig-options {
|
|
padding: 0 !important;
|
|
width: 3rem;
|
|
overflow: visible !important;
|
|
}
|