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