add padding to datepicker

This commit is contained in:
Davide Alberani 2017-09-17 17:35:01 +02:00
parent e179f04e51
commit dcc81e2adc
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ibt2",
"version": "1.2.2",
"version": "1.2.3",
"description": "I'll be there, 2: an oversimplified application to register attendees at a conference or event",
"author": "Davide Alberani <da@erlug.linux.it>",
"license": "Apache-2.0",

View file

@ -248,7 +248,7 @@ export default {
}
}
.datepicker {
.vdp-datepicker {
padding: 10px;
}