Merge pull request from vector-im/luke/css-emotes-pre-wrap

Apply white-space: pre-wrap to mx_MEmoteBody
This commit is contained in:
Luke Barnard 2017-07-03 09:57:56 +01:00 committed by GitHub
commit 5d4b98d4f6
1 changed files with 4 additions and 0 deletions
src/skins/vector/css/matrix-react-sdk/views/messages

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;
}