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

Commit c2a410c

Browse files
authored
Merge pull request #6665 from SimonBrandner/fix/add-button/18706
Add padding to the Add button in the notification settings
2 parents eb50d64 + 751c57e commit c2a410c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/elements/_TagComposer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525

2626
.mx_AccessibleButton {
2727
min-width: 70px;
28-
padding: 0; // override from button styles
28+
padding: 0 8px; // override from button styles
2929
margin-left: 16px; // distance from <Field>
3030
}
3131

0 commit comments

Comments
 (0)