add padding to datepicker
This commit is contained in:
parent
e179f04e51
commit
dcc81e2adc
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ibt2",
|
"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",
|
"description": "I'll be there, 2: an oversimplified application to register attendees at a conference or event",
|
||||||
"author": "Davide Alberani <da@erlug.linux.it>",
|
"author": "Davide Alberani <da@erlug.linux.it>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
@ -248,7 +248,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.datepicker {
|
.vdp-datepicker {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue