7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 4ca7df5bfb - Show all commits

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>