Merge branch 'main' into breakout-role-utils

This commit is contained in:
Alec Armbruster 2023-06-20 10:17:52 -04:00 committed by GitHub
commit b8fd516f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 35129 additions and 24675 deletions

View file

@ -327,7 +327,7 @@ export class Community extends Component<
{this.communityInfo(res)}
<div className="d-block d-md-none">
<button
className="btn btn-secondary d-inline-block mb-2 mr-3"
className="btn btn-secondary d-inline-block mb-2 me-3"
onClick={linkEvent(this, this.handleShowSidebarMobile)}
>
{i18n.t("sidebar")}{" "}
@ -510,13 +510,13 @@ export class Community extends Component<
return (
<div className="mb-3">
<span className="mr-3">
<span className="me-3">
<DataTypeSelect
type_={dataType}
onChange={this.handleDataTypeChange}
/>
</span>
<span className="mr-2">
<span className="me-2">
<SortSelect sort={sort} onChange={this.handleSortChange} />
</span>
{communityRss && (