[WEB-1119] style: editor typography, borders and alignment throughout the platform (#4322)

* chore: new font sizes

* chore: update space app editor border

* chore: issue detials page x-padding

* chore: editor width
This commit is contained in:
Aaryan Khandelwal 2024-05-01 18:01:30 +05:30 committed by GitHub
parent 2e2747c1f9
commit ed4a0518fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 115 additions and 379 deletions

View file

@ -18,7 +18,7 @@ export const RichTextReadOnlyEditor = React.forwardRef<EditorReadOnlyRefApi, Ric
mentionHandler={{ highlights: mentionHighlights }}
{...props}
// overriding the customClassName to add relative class passed
containerClassName={cn(props.containerClassName, "relative border border-custom-border-200 p-3")}
containerClassName={cn("relative p-0 border-none", props.containerClassName)}
/>
);
}