toggle-corp/react-store

View on GitHub
components/View/HighlightedText/styles.scss

Summary

Maintainability
Test Coverage
.highlighted-text {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    text-align: justify;
    line-height: 2;
    white-space: pre-wrap;
    color: var(--color-text);
    font-family: inherit;

    p {
        flex-grow: 1;
    }
}