From 9af7dac1eed0cc54da8f366ae3b6245ac35a3002 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 24 Jul 2018 11:08:40 -0400 Subject: [PATCH] Revert "Add max width to ul" This reverts commit 56b850dfefddfc143eac9e547f049ffef30f7a0a. --- scss/elements/_typography.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index 74f3b345..36fa6d64 100644 --- a/scss/elements/_typography.scss +++ b/scss/elements/_typography.scss @@ -4,7 +4,7 @@ * @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss */ - * { +* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -47,7 +47,3 @@ dt { display: inline; font-weight: bold; } - -ul { - max-width: 45em; -} \ No newline at end of file