Merge branch 'report-rule-types' into 'develop'

Account for different 'rule_type' on rules

See merge request soapbox-pub/soapbox-fe!1350
This commit is contained in:
Justin
2022-05-12 19:29:00 +00:00
4 changed files with 37 additions and 14 deletions

View File

@@ -208,7 +208,12 @@ class ModalRoot extends React.PureComponent {
})}
style={{ opacity: revealed ? 1 : 0 }}
>
<div role='presentation' id='modal-overlay' className='fixed inset-0 bg-gray-600 bg-opacity-90' onClick={this.handleOnClose} />
<div
role='presentation'
id='modal-overlay'
className='fixed inset-0 bg-gray-600 bg-opacity-90'
onClick={this.handleOnClose}
/>
<div
role='dialog'