appbaseio/dejaVu

View on GitHub
packages/browser/src/components/CommonStyles/popoverContent.js

Summary

Maintainability
A
0 mins
Test Coverage
import { css } from 'react-emotion';

export default css`
    overflow-y: auto;
    overflow-x: auto;
    word-wrap: break-word;
    max-width: 200px;
    max-height: 300px;
`;