Clear floats around conpherence-edited transactions
Summary: Fixes T7647. We float both the time and description here and want the fluidity. Test Plan: Review a new Conpherence in FF, Safari, Chrome. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7647 Differential Revision: https://secure.phabricator.com/D12137
This commit is contained in:
		| @@ -92,6 +92,7 @@ final class ConpherenceTransactionView extends AphrontView { | ||||
|       case ConpherenceTransactionType::TYPE_TITLE: | ||||
|         $content = $transaction->getTitle(); | ||||
|         $transaction_view->addClass('conpherence-edited'); | ||||
|         $transaction_view->addClass('grouped'); | ||||
|         break; | ||||
|       case ConpherenceTransactionType::TYPE_FILES: | ||||
|         $content = $transaction->getTitle(); | ||||
| @@ -99,6 +100,7 @@ final class ConpherenceTransactionView extends AphrontView { | ||||
|       case ConpherenceTransactionType::TYPE_PARTICIPANTS: | ||||
|         $content = $transaction->getTitle(); | ||||
|         $transaction_view->addClass('conpherence-edited'); | ||||
|         $transaction_view->addClass('grouped'); | ||||
|         break; | ||||
|       case PhabricatorTransactions::TYPE_COMMENT: | ||||
|         $comment = $transaction->getComment(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chad Little
					Chad Little