.submit-row {
  align-items: center;
  overflow: visible;
}

.submit-row a.deletelink {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  height: auto !important;
  justify-content: center;
  line-height: 1.2 !important;
  margin-left: auto;
  min-height: 36px;
  padding: 9px 14px !important;
  position: static;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .submit-row a.deletelink {
    margin-left: 0;
    width: 100%;
  }
}
