Skip to content

Commit

Permalink
fix spacing on license page (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonNull committed Aug 16, 2021
1 parent af9b6b6 commit 9374490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/apps/AppLicense.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class AppLicense extends Component {
</Helmet>
{size(appLicense) > 0 ?
<div className="License--wrapper flex-column">
<div className="flex flex1 alignItems--center">
<div className="flex flex-auto alignItems--center">
<span className="u-fontSize--large u-fontWeight--bold u-lineHeight--normal u-textColor--primary"> License </span>
{appLicense?.licenseType === "community" &&
<div className="flex-auto">
Expand Down

0 comments on commit 9374490

Please sign in to comment.