Merge pull request #6665 from SimonBrandner/fix/add-button/18706

Add padding to the Add button in the notification settings
pull/21833/head
Travis Ralston 2021-08-24 10:06:17 -06:00 committed by GitHub
commit c2a410c724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
}