#publishLog {
  max-height: 12rem;
  overflow-y: auto;
}

#publishLog li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

#publishLog li span:first-child {
  display: inline-flex;
  width: 1.25rem;
  justify-content: center;
}

#publishNewRepoCard:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single.select2-selection--focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.35);
}

.select2-container .select2-selection--single {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
}

.select2-container .select2-selection__rendered {
  width: 100%;
}
