.VectorDetail {
  div {
    text-align: center;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 0.5rem;
    li:not(:last-child):after {
      content: ', ';
    }
  }
}
