#6935 - Update CardDescriptor Style #203

Merged
jsegarra merged 1 commits from 6935_update_CardDescriptorStyle into dev 2024-02-26 08:29:33 +00:00
1 changed files with 4 additions and 2 deletions

View File

@ -188,16 +188,18 @@ const emit = defineEmits(['onFetch']);
.label {
color: var(--vn-label);
font-size: 12px;
width: 47%;
::after {
content: ':';
}
}
.value {
color: var(--vn-text);
font-size: 14px;
margin-left: 12px;
width: 47%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
}
.info {
margin-left: 5px;