import styled from 'styled-components' export const EventDisplayText = styled.span` font-family: monospace; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; `