From f3cc0c20189dcfdce9e719936871dd48b3b080ce Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Thu, 31 Jul 2014 12:38:38 -0700 Subject: [PATCH] Calendar - fix inline display of status icon Summary: Fixes T5663. Said task kind of stalled out and maybe @chad wanted to take a different approach, but this works? Also, I think fixing any new bugs that may emerge with more reasonable css scoping seems like a reasonable path forward. Test Plan: inline display of status icon looked correct in differential Reviewers: epriestley, chad Reviewed By: chad Subscribers: epriestley, chad, Korvin Maniphest Tasks: T5663 Differential Revision: https://secure.phabricator.com/D10084 --- webroot/rsrc/css/core/syntax.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/rsrc/css/core/syntax.css b/webroot/rsrc/css/core/syntax.css index 3b8b44ba9e..db41a3c169 100644 --- a/webroot/rsrc/css/core/syntax.css +++ b/webroot/rsrc/css/core/syntax.css @@ -10,7 +10,7 @@ margin-right: 1px; } -.remarkup-code td span { +.remarkup-code td > span { padding: 1px 0 3px; }