Browse Source

add padding to datepicker

Davide Alberani 6 years ago
parent
commit
dcc81e2adc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/App.vue

+ 1 - 1
package.json

@@ -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",

+ 1 - 1
src/App.vue

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