feat: refs #9026 remove css class
gitea/salix-front/pipeline/pr-beta This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-05-22 15:35:49 +02:00
parent 0996eabf95
commit f42249cfaf
1 changed files with 1 additions and 8 deletions

View File

@ -80,7 +80,7 @@ defineExpose({
:validate="validate"
:validations="validations"
/>
<div class="q-mt-lg row justify-end actions">
<div class="q-mt-lg row justify-end">
<QBtn
:label="t('globals.cancel')"
:title="t('globals.cancel')"
@ -151,11 +151,4 @@ defineExpose({
right: 20px;
cursor: pointer;
}
.actions {
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-wrap: nowrap;
}
</style>