1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 08:42:41 +01:00

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
This commit is contained in:
Bob Trahan 2014-07-31 12:38:38 -07:00
parent fa2fcc7852
commit f3cc0c2018

View file

@ -10,7 +10,7 @@
margin-right: 1px;
}
.remarkup-code td span {
.remarkup-code td > span {
padding: 1px 0 3px;
}