.cg3-slot__meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.cg3-slot__short,
.cg3-slot__label,
.cg3-slot__hex {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
