add word wrapping to fediverse block comments

This commit is contained in:
Izalia Mae 2022-12-09 13:28:47 -05:00
parent d3e25e8638
commit 0ecd89d11f

View file

@ -1601,9 +1601,6 @@
<property name="image">statusbar-fediban-icon</property>
<property name="relief">none</property>
<property name="popover">statusbar-fediban-popover</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -1925,6 +1922,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">Comment that will only be visible to other admins and mods</property>
<property name="wrap-mode">word</property>
<property name="left-margin">5</property>
<property name="right-margin">5</property>
<property name="top-margin">5</property>
@ -1942,6 +1940,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">Comment that will be visible to everybody</property>
<property name="wrap-mode">word</property>
<property name="left-margin">5</property>
<property name="right-margin">5</property>
<property name="top-margin">5</property>