style: reduce padding actions cardDescriptor
gitea/salix-front/pipeline/pr-master There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
b6a3dfa45a
commit
20f794b553
|
@ -303,3 +303,11 @@ const toModule = computed(() =>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style lang="scss">
|
||||||
|
.q-card__actions {
|
||||||
|
.q-btn--rectangle {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue