From a3b54e9080139f6504259c4bb240f4404404b36b Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 27 Feb 2019 21:46:32 +0100 Subject: [PATCH] Normalize font size in dt elements We use these elements in the order summary sidebar and payment source details The font size was not like the rest of the admin --- .../app/assets/stylesheets/spree/backend/shared/_typography.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/assets/stylesheets/spree/backend/shared/_typography.scss b/backend/app/assets/stylesheets/spree/backend/shared/_typography.scss index 96dbabf2c00..8eb2740ec5d 100644 --- a/backend/app/assets/stylesheets/spree/backend/shared/_typography.scss +++ b/backend/app/assets/stylesheets/spree/backend/shared/_typography.scss @@ -68,7 +68,6 @@ dl { width: 40%; font-weight: $font-weight-bold; padding-left: 0; - font-size: 85%; clear: left; }