2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-09 20:42:23 +03:00

Remove tab content padding

Build files
This commit is contained in:
cristijora
2017-04-16 13:31:16 +03:00
parent 8712b32331
commit 25b2c548a6
5 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
.tab-content{
min-height: 200px;
padding: 105px 20px 10px;
padding: 30px 20px 10px;
}
.wizard-footer{
-5
View File
@@ -28,8 +28,3 @@
}
}
</script>
<style>
.tab-container{
margin-top:20px;
}
</style>