mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 10:12:48 +08:00
Styling
This commit is contained in:
@@ -9,5 +9,10 @@
|
||||
}
|
||||
|
||||
.fieldContainer {
|
||||
padding: 5px 0;
|
||||
padding: 10px 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.textLabel {
|
||||
padding-left: 10px;
|
||||
}
|
||||
@@ -58,13 +58,19 @@ class TermsAndConditionsField extends React.Component {
|
||||
onChange={this.onChange}
|
||||
id={this.id}
|
||||
/>
|
||||
<label id={this.id} className="talk-plugin-health-report-label">
|
||||
<div
|
||||
id={this.id}
|
||||
className={cn(
|
||||
styles.textLabel,
|
||||
'talk-plugin-health-report-text-label'
|
||||
)}
|
||||
>
|
||||
{t('talk-plugin-health-report.copy')}
|
||||
<TermsLink />
|
||||
{t('talk-plugin-health-report.and')}
|
||||
<PrivacyLink />
|
||||
{t('talk-plugin-health-report.from')}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user