.attribute.git-branch .value,
.value:has(.delete-branch-btn) {
  overflow: visible !important;
  white-space: normal !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.delete-branch-btn {
  flex-shrink: 0;
  white-space: nowrap;
}
