Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13963174
D19015.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
848 B
Referenced Files
None
Subscribers
None
D19015.diff
View Options
diff --git a/src/applications/metamta/replyhandler/PhabricatorMailTarget.php b/src/applications/metamta/replyhandler/PhabricatorMailTarget.php
--- a/src/applications/metamta/replyhandler/PhabricatorMailTarget.php
+++ b/src/applications/metamta/replyhandler/PhabricatorMailTarget.php
@@ -77,7 +77,13 @@
$html = array();
$html[] = phutil_tag('strong', array(), pht('STAMPS'));
$html[] = phutil_tag('br');
- $html[] = phutil_implode_html(' ', $stamps);
+ $html[] = phutil_tag(
+ 'span',
+ array(
+ 'style' => 'font-size: smaller; color: #92969D',
+ ),
+ phutil_implode_html(' ', $stamps));
+ $html[] = phutil_tag('br');
$html[] = phutil_tag('br');
$html = phutil_tag('div', array(), $html);
$html_body .= hsprintf('%s', $html);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2024, 2:22 PM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713609
Default Alt Text
D19015.diff (848 B)
Attached To
Mode
D19015: In HTML mail, make the text for mail stamps in mail bodies smaller and lighter
Attached
Detach File
Event Timeline
Log In to Comment