Skip to content

Commit

Permalink
fix Invite Guest dropdown style (#6607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Aug 21, 2024
1 parent ce3ffff commit 84fc497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/invitations/invitations-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ class InvitationsView extends React.Component {
<div className="main-panel-center flex-row">
<div className="cur-view-container">
<div className="cur-view-path">
<h3 className="sf-heading">
{gettext('Invite Guest')}
<div className="d-flex">
<h3 className="sf-heading">{gettext('Invite Guest')}</h3>
<SingleDropdownToolbar
opList={[{ 'text': gettext('Invite Guest'), 'onClick': this.toggleInvitePeopleDialog }]}
/>
</h3>
</div>
</div>
<div className="cur-view-content">
<Content
Expand Down

0 comments on commit 84fc497

Please sign in to comment.