mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 19:31:26 +00:00
fix: Fix some classes on private message collapse/expand button
This commit is contained in:
parent
1c404c80d3
commit
3f0f053968
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export class PrivateMessage extends Component<
|
||||||
<li className="list-inline-item">
|
<li className="list-inline-item">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="pointer text-monospace btn p-0 d-block"
|
className="pointer text-monospace p-0 bg-transparent border-0 d-block"
|
||||||
onClick={linkEvent(this, this.handleMessageCollapse)}
|
onClick={linkEvent(this, this.handleMessageCollapse)}
|
||||||
>
|
>
|
||||||
{this.state.collapsed ? (
|
{this.state.collapsed ? (
|
||||||
|
|
Loading…
Reference in a new issue