Restore padding for d-hover-box

Fixes #73.
This commit is contained in:
Arvind Satyanarayan
2018-02-07 14:23:42 -08:00
committed by GitHub
parent 6941ba780d
commit c6cd820bc3
+1
View File
@@ -30,6 +30,7 @@ const T = Template('d-hover-box', `
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
border-radius: 4px;
box-sizing: border-box;
padding: 10px;
}
</style>