webview-ui/src/KaitoManage/KaitoManage.module.css [52:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.statusLabel,
.statusValue {
    display: table-cell;
    padding: 0 0 0 0;
    vertical-align: top;
    text-align: left;
}

.statusLabel {
    font-weight: 500;
    padding-right: 1rem;
    width: 30%;
    min-width: 6rem;
}

.statusValue {
    color: var(--vscode-editor-foreground, #fff);
    opacity: 0.75;
    width: auto;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



webview-ui/src/KaitoModels/KaitoModels.module.css [264:285]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.statusLabel,
.statusValue {
    display: table-cell;
    padding: 0 0 0 0;
    vertical-align: top;
    text-align: left;
}

.statusLabel {
    font-weight: 500;
    padding-right: 1rem;
    width: 30%;
    min-width: 6rem;
}

.statusValue {
    color: var(--vscode-editor-foreground, #fff);
    opacity: 0.75;
    width: auto;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



