style: reduce padding actions cardDescriptor
gitea/salix-front/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-11-12 13:54:42 +01:00
parent b6a3dfa45a
commit 20f794b553
1 changed files with 8 additions and 0 deletions

View File

@ -303,3 +303,11 @@ const toModule = computed(() =>
}
}
</style>
<style lang="scss">
.q-card__actions {
.q-btn--rectangle {
padding: 0 5px;
}
justify-content: center;
}
</style>