feat: refs #9026 remove css class
gitea/salix-front/pipeline/pr-beta This commit is unstable
Details
gitea/salix-front/pipeline/pr-beta This commit is unstable
Details
This commit is contained in:
parent
0996eabf95
commit
f42249cfaf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue