Explorar el Código

Add padding to tab-view component content div

sbkwgh hace 8 años
padre
commit
2eca194210
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/TabView.vue

+ 1 - 0
src/components/TabView.vue

@@ -64,6 +64,7 @@
 		}
 		@at-root #{&}__content {
 			background-color: #fff;
+			padding: 1rem;
 		}
 	}
 </style>