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:
parent
fa2fcc7852
commit
f3cc0c2018
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.remarkup-code td span {
|
||||
.remarkup-code td > span {
|
||||
padding: 1px 0 3px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue