From 12a4cb4f618056d66e084449390032f6f41d4833 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 20 Apr 2020 14:15:29 -0600 Subject: [PATCH] fix(ul): remove padding 0 --- src/react-app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react-app.js b/src/react-app.js index 2b73d92..33ab05a 100644 --- a/src/react-app.js +++ b/src/react-app.js @@ -304,6 +304,7 @@ function renderReactApp({ padding: '2rem', }, ul: {padding: 0, listStylePosition: 'inside'}, + 'ul ul': {paddingLeft: '2rem'}, 'p > code': { background: theme.sky, color: theme.text,