diff --git a/ppr-ui/src/components/common/PidNumber.vue b/ppr-ui/src/components/common/PidNumber.vue index 8a7aa9c7e..a07adffe5 100644 --- a/ppr-ui/src/components/common/PidNumber.vue +++ b/ppr-ui/src/components/common/PidNumber.vue @@ -36,7 +36,7 @@ /> - + - + @@ -91,6 +91,7 @@ v-else-if="isCompletePid && isValidPid && !showNotFoundDialog" variant="plain" color="primary" + class="ml-3 my-0 mt-n5" :ripple="false" @click="clearPid()" > @@ -242,12 +243,13 @@ export default defineComponent({