Apply white-space: pre-wrap to mx_MEmoteBody

as we do with MTextBody.

So that people can do multi-line emotes...
pull/4470/head
Luke Barnard 2017-06-30 17:41:55 +01:00
parent 515f8de2c5
commit 6fcf504a4b
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MEmoteBody {
white-space: pre-wrap;
}
.mx_MEmoteBody_sender {
cursor: pointer;
}