From 6d6d3d14efea08c474808a505421ea84b7f2f609 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 20 Aug 2018 16:45:47 -0400 Subject: [PATCH] fix dd margin in moz browsers --- styles/elements/_typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/elements/_typography.scss b/styles/elements/_typography.scss index a207c0a1..d412f76f 100644 --- a/styles/elements/_typography.scss +++ b/styles/elements/_typography.scss @@ -52,6 +52,7 @@ dl { } dd { -webkit-margin-start: 0; + margin-inline-start: 0; .label { margin-left: 0;