Merge pull request #6761 from matrix-org/t3chguy/fix/18781

Fix regressed tab view buttons in space update toast
This commit is contained in:
Michael Telatynski 2021-09-08 12:55:36 +01:00 committed by GitHub
commit 075b0613a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
"go to that room's Security & Privacy settings.") }</p> "go to that room's Security & Privacy settings.") }</p>
{ /* Reuses classes from TabbedView for simplicity, non-interactive */ } { /* Reuses classes from TabbedView for simplicity, non-interactive */ }
<div style={{ width: "190px" }}> <div className="mx_TabbedView_tabsOnLeft" style={{ width: "190px", position: "relative" }}>
<div className="mx_TabbedView_tabLabel"> <div className="mx_TabbedView_tabLabel">
<span className="mx_TabbedView_maskedIcon mx_RoomSettingsDialog_settingsIcon" /> <span className="mx_TabbedView_maskedIcon mx_RoomSettingsDialog_settingsIcon" />
<span className="mx_TabbedView_tabLabel_text">{ _t("General") }</span> <span className="mx_TabbedView_tabLabel_text">{ _t("General") }</span>