Skip to content

Commit 470f4e4

Browse files
style: Updated layout page save button styling (#11198)
1 parent 9428efd commit 470f4e4

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/container/compose

1 file changed

+1
-1
lines changed

frontend/src/views/container/compose/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
mode="yaml"
246246
></CodemirrorPro>
247247
</div>
248-
<el-button type="primary" class="float-right" @click="onSubmitEdit">
248+
<el-button type="primary" class="float-right mt-2" @click="onSubmitEdit">
249249
{{ $t('commons.button.save') }}
250250
</el-button>
251251
</el-form>

0 commit comments

Comments
 (0)