From 33e5d563913a462b9c7e49221297c5e14cb46e21 Mon Sep 17 00:00:00 2001 From: Gorka Date: Wed, 24 Apr 2019 12:29:51 +0200 Subject: [PATCH] AppContent: add right padding to app details --- src/apps/AppCenter/InstalledApps/AppContent.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/AppCenter/InstalledApps/AppContent.js b/src/apps/AppCenter/InstalledApps/AppContent.js index 40dd5f956..ca1e9a85a 100644 --- a/src/apps/AppCenter/InstalledApps/AppContent.js +++ b/src/apps/AppCenter/InstalledApps/AppContent.js @@ -212,7 +212,9 @@ AppContent.propTypes = { const Markdown = styled.section` margin-top: ${1 * GU}px; - h2, h3 { + padding-right: ${1 * GU}px; + h2, + h3 { font-weight: bold; margin: ${1 * GU}px 0; }