// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` renders correctly 1`] = ` .emotion-0 { font-weight: 700; text-transform: capitalize; } .emotion-12 { padding: 0; } .emotion-12:hover { background-color: transparent; } .emotion-2 { border-radius: 0px; padding: 0; } .emotion-10 { padding: 0 10px; margin: 0; } .emotion-8 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .emotion-4 { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; height: 21px; font-size: 1rem; } `;