Updated all long style names to be more compact
• Updated: - all long style names to be more compact
This commit is contained in:
@@ -19,8 +19,8 @@ export default class ErrorPopover extends React.PureComponent {
|
||||
isXS={isXS}
|
||||
onClose={this.props.onClose}
|
||||
>
|
||||
<div className={[_s.default, _s.px15, _s.py15, _s.mt15, _s.mb15].join(' ')}>
|
||||
<div className={[_s.default, _s.px15, _s.py15, _s.mt15, _s.mb15, _s.alignItemsCenter, _s.justifyContentCenter].join(' ')}>
|
||||
<div className={[_s._, _s.px15, _s.py15, _s.mt15, _s.mb15].join(' ')}>
|
||||
<div className={[_s._, _s.px15, _s.py15, _s.mt15, _s.mb15, _s.aiCenter, _s.jcCenter].join(' ')}>
|
||||
<ColumnIndicator type='error' message='Error loading popover' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user