diff --git a/app/src/main/res/layout/widget_chatmessage_action.xml b/app/src/main/res/layout/widget_chatmessage_action.xml
index 6094ee2ff8456414f3588103872f70ef40e21e0a..93932e97e75e1384c582976b39efac12c444dd47 100644
--- a/app/src/main/res/layout/widget_chatmessage_action.xml
+++ b/app/src/main/res/layout/widget_chatmessage_action.xml
@@ -82,24 +82,14 @@
         android:layout_weight="1"
         android:orientation="vertical">
 
-        <de.kuschku.quasseldroid.util.ui.RipplePassthroughTextView
-          android:id="@+id/content"
-          style="@style/Widget.RtlConformTextView"
-          android:layout_width="match_parent"
-          android:layout_height="wrap_content"
-          android:textColor="?attr/colorForeground"
-          android:visibility="gone"
-          tools:text="@sample/messages.json/data/content"
-          tools:visibility="visible" />
-
         <de.kuschku.quasseldroid.util.ui.RipplePassthroughTextView
           android:id="@+id/combined"
           style="@style/Widget.RtlConformTextView"
           android:layout_width="match_parent"
           android:layout_height="wrap_content"
-          android:textColor="?attr/colorForeground"
-          tools:text="@sample/messages.json/data/message"
-          tools:visibility="gone" />
+          android:textColor="?attr/colorForegroundAction"
+          android:textStyle="italic"
+          tools:text="@sample/messages.json/data/message" />
 
       </LinearLayout>