.table { font-size: var(--font-size-small); } .row { display: flex; border-bottom: 1px solid var(--gray300); } .body { height: 600px; overflow: auto; } .event { font-size: var(--font-size-small); padding: 2px 4px; border: 1px solid var(--gray300); border-radius: 4px; margin-right: 10px; } .icon { align-self: center; margin-right: 20px; }