CSS Classes for the Rich Text Display

CSS Classes for the Rich Text Display

Comments

  • To use these, use a parent selector to give a custom class name to
    the root grid, then use classes like .CustomForm .SilverRichTextDisplay-1

    .SilverRichTextDisplay-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
    .SilverRichTextDisplay {
    height: auto;
    white-space: normal;
    }

Sign In or Register to comment.