Merge pull request #74 from distillpub/hoverboxPadding

Restore padding for d-hover-box
This commit is contained in:
Ludwig Schubert
2018-03-06 09:09:46 -08:00
committed by GitHub
+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>