0
0
Fork 0

refactor: refs #7361 changes in css

This commit is contained in:
Jon Elias 2024-05-17 10:30:50 +02:00
parent 5e3fca3f81
commit 4ca7df5bfb
1 changed files with 3 additions and 3 deletions

View File

@ -474,17 +474,17 @@ async function changeState(value) {
.subName {
margin-left: 10%;
}
.tr-header,
.subName {
color: var(--vn-label-color);
}
.description-cell {
width: 25%;
}
.fetched-tags {
max-width: 70%;
}
.fetched-tags > * {
max-width: calc(100% / 2);
}
</style>