fix(VnTable): max-width vn-select
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-07-12 08:33:44 +02:00
parent b4853af69d
commit e1049f660e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ input::-webkit-inner-spin-button {
tbody {
th {
.q-select {
max-width: 100px;
max-width: 120px;
}
}
td {