order-associaton.component.css 142 B

12345678
  1. .association-container{
  2. width: 100%;
  3. height: 320px;
  4. overflow-x: hidden;
  5. overflow-y: auto;
  6. display: flex;
  7. flex-direction: column;
  8. }