mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix styling issue in “Compose box options” local settings page
This commit is contained in:
parent
fa18859b20
commit
15134beb1e
@ -96,7 +96,7 @@ export default class LocalSettingsPage extends React.PureComponent {
|
|||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
({ intl, onChange, settings }) => (
|
({ intl, onChange, settings }) => (
|
||||||
<div className='glitch local-settings_page compose_box_opts'>
|
<div className='glitch local-settings__page compose_box_opts'>
|
||||||
<h1><FormattedMessage id='settings.compose_box_opts' defaultMessage='Compose box options' /></h1>
|
<h1><FormattedMessage id='settings.compose_box_opts' defaultMessage='Compose box options' /></h1>
|
||||||
<LocalSettingsPageItem
|
<LocalSettingsPageItem
|
||||||
settings={settings}
|
settings={settings}
|
||||||
|
Loading…
Reference in New Issue
Block a user