refactor: refs #7361 ticket/summary like salix #368

Merged
jon merged 14 commits from 7361-TicketSummaryRefactor into dev 2024-05-20 05:09:12 +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);
}
jon marked this conversation as resolved Outdated
Outdated
Review

.description-cell {
width: 25%;
}
.fetched-tags {
max-width: 70%;
}

.description-cell { width: 25%; } .fetched-tags { max-width: 70%; }
.description-cell {
width: 25%;
jon marked this conversation as resolved Outdated
Outdated
Review

Poner márgenes negativos lo veo raro

Poner márgenes negativos lo veo raro
}
.fetched-tags {
Outdated
Review

Esta creo que ya no hace falta, aparte calc(100% / 2) es lo mismo que poner 50%

Esta creo que ya no hace falta, aparte calc(100% / 2) es lo mismo que poner 50%
max-width: 70%;
}
jon marked this conversation as resolved Outdated
Outdated
Review

Creo que lo que quieres es centrar el contenido,. buscaria otra forma de hacerlo, igual con flex se puede

Creo que lo que quieres es centrar el contenido,. buscaria otra forma de hacerlo, igual con flex se puede
.fetched-tags > * {
max-width: calc(100% / 2);
}
</style>