Add some padding to the Add button

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-24 10:05:24 +02:00
parent 52e1884bbd
commit 751c57ecc2
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

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