mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
prefixes
This commit is contained in:
parent
ff532dd684
commit
bfaa9d56fb
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.showMore {
|
||||
.mx_showMore {
|
||||
display: block;
|
||||
text-align: left;
|
||||
margin-top: 10px;
|
||||
|
|
|
@ -105,7 +105,7 @@ export default class BridgeTile extends React.PureComponent {
|
|||
<p className={metadataClassname}>
|
||||
{creator} {bot}
|
||||
</p>
|
||||
<AccessibleButton className="showMore" kind="secondary" onClick={this._toggleVisible.bind(this)}>
|
||||
<AccessibleButton className="mx_showMore" kind="secondary" onClick={this._toggleVisible.bind(this)}>
|
||||
{ this.state.visible ? _t("Show less") : _t("Show more") }
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue