0
0
Fork 0

style: reset poc style

This commit is contained in:
Javier Segarra 2024-05-18 08:53:46 +02:00
parent 632acc13ac
commit 7197881cdd
1 changed files with 3 additions and 0 deletions

View File

@ -72,5 +72,8 @@ const tags = computed(() => {
min-width: 4rem; min-width: 4rem;
max-width: 4rem; max-width: 4rem;
} }
.empty {
border: 1px solid $color-spacer-light;
}
} }
</style> </style>