Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Dec 17, 2024
1 parent 5fb6240 commit ed0c820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin-autoshare-for-twitter.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ tbody .autoshare-for-twitter-status-logo--disabled::before {
border-radius: 50%;
}

.autoshare-for-twitter-accounts-wrapper .twitter-account-wrapper div.account-details {
.autoshare-for-twitter-accounts-wrapper .twitter-account-wrapper span.account-details {
padding-left: 8px;
padding-right: 8px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/js/components/TwitterAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ function TwitterAccount( props ) {
alt={ name }
className="twitter-account-profile-image"
/>
<div className="account-details">
<span className="account-details">
<strong>@{ username }</strong>
<br />
{ name }
</div>
</span>

<ToggleControl
checked={ tweetAccounts && tweetAccounts.includes( id ) }
Expand Down

0 comments on commit ed0c820

Please sign in to comment.