forked from verdnatura/salix-front
refactor: refs #7361 changes in css
This commit is contained in:
parent
5e3fca3f81
commit
4ca7df5bfb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue