/*Since vuetify 1.11.3 they added -12px margin to top and buttom
We fix this by overriding this through this file */
.row{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
