Skip to content

Commit

Permalink
Fix page type form description styles (#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud11PL committed Aug 2, 2024
1 parent f89484c commit a1420b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-carrots-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Page type page now displays section description in multiple lines.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const PageTypeDetailsPage: React.FC<PageTypeDetailsPageProps> = props => {
>
<Box paddingTop={6}>
<Text>{intl.formatMessage(commonMessages.generalInformations)}</Text>
<Text size={3} fontWeight="regular">
<Text size={3} fontWeight="regular" display="block">
<FormattedMessage
id="kZfIl/"
defaultMessage="These are general information about this Content Type."
Expand All @@ -137,7 +137,7 @@ const PageTypeDetailsPage: React.FC<PageTypeDetailsPageProps> = props => {
description="section header"
/>
</Text>
<Text size={3} fontWeight="regular">
<Text size={3} fontWeight="regular" display="block">
<FormattedMessage
id="lct0qd"
defaultMessage="This list shows all attributes that will be assigned to pages that have this page type assigned."
Expand Down

0 comments on commit a1420b2

Please sign in to comment.