Explorar o código

Add padding to tab-view component content div

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
2eca194210
Modificáronse 1 ficheiros con 1 adicións e 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>