Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6665 from SimonBrandner/fix/add-button/18706
Browse files Browse the repository at this point in the history
Add padding to the Add button in the notification settings
  • Loading branch information
turt2live authored Aug 24, 2021
2 parents eb50d64 + 751c57e commit c2a410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/elements/_TagComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.

.mx_AccessibleButton {
min-width: 70px;
padding: 0; // override from button styles
padding: 0 8px; // override from button styles
margin-left: 16px; // distance from <Field>
}

Expand Down

0 comments on commit c2a410c

Please sign in to comment.