.min-w-0 {
  min-width: 0 !important;
}

.text-ellipsis {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrap-safe {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.text-code,
.text-file-name,
.text-url,
.text-hash {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

