.create-release-artifacts-content .artifact-version-error {
  margin-top: 4px;
  line-height: 22px;
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.create-release-artifacts-content .artifact-row-error {
  float: left;
  line-height: 22px;
}

.create-release-artifacts-content .rich-content-tooltip {
  max-width: 350px !important;
}

.create-release-artifacts-content .version-picker-value-menu {
  display: none;
  min-width: 20px !important;
  width: 20px !important;
}

.create-release-artifacts-content .row-selected .version-picker-value-menu {
  display: block;
}
