redux-saga-devtools
Version:
Monitor and UI for redux-saga
21 lines (18 loc) • 360 B
JavaScript
import React from 'react'
import styled from 'styled-components'
export const Row = styled.div`
margin: 0;
padding: 0;
white-space: nowrap;
width: 100%;
height: 100%;
`
export const Cell = styled.div`
display: inline-block;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
padding: 0;
`