fix: solve conflicts from test to dev #780

Merged
alexm merged 34 commits from fixConflicts_testToDev into dev 2024-10-01 09:47:05 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit f00db79d47 - Show all commits

View File

@ -749,6 +749,10 @@ es:
border-color: var(--vn-section-color);
}
.q-table__container > div:first-child {
background-color: var(--vn-page-color);
}
.grid-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, max-content));