mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
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:
parent
b4d0de6b96
commit
c4d2fb087e
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue