Skip to content

Commit

Permalink
fix: Fix some classes on private message collapse/expand button
Browse files Browse the repository at this point in the history
  • Loading branch information
jsit committed Jun 25, 2023
1 parent 1c404c8 commit 3f0f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/private_message/private-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class PrivateMessage extends Component<
<li className="list-inline-item">
<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)}
>
{this.state.collapsed ? (
Expand Down

0 comments on commit 3f0f053

Please sign in to comment.