Browse Source

fix issues from PR: naming of class

pull/4749/head
flisowna 2 years ago
parent
commit
2707bf0d8f
  1. 4
      packages/nc-gui/components/cell/GeoData.vue

4
packages/nc-gui/components/cell/GeoData.vue

@ -111,7 +111,7 @@ const onClickSetCurrentLocation = () => {
<a-button class="ml-2" @click="onClickSetCurrentLocation">{{ $t('labels.yourLocation') }}</a-button>
</div>
</a-form-item>
<a-form-item class="btn-cancel-submit">
<a-form-item class="btn-group-cancel-submit">
<a-button type="text" @click="clear">{{ $t('general.cancel') }}</a-button>
<a-button type="primary" html-type="submit">{{ $t('general.submit') }}</a-button>
</a-form-item>
@ -141,7 +141,7 @@ input[type='number']:focus {
.fixed-width {
width: 24px;
}
.btn-cancel-submit {
.btn-group-cancel-submit {
margin-left: auto;
margin-bottom: 0;
}

Loading…
Cancel
Save