mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 21:43:15 -08:00
Fix styling issue in “Compose box options” local settings page
This commit is contained in:
parent
fa18859b20
commit
15134beb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default class LocalSettingsPage extends React.PureComponent {
|
|||
</div>
|
||||
),
|
||||
({ 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>
|
||||
<LocalSettingsPageItem
|
||||
settings={settings}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue