Unverified Commit 6d32d939 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2185 from helderjnpinto/fix/large_return_string

this should fix long strings that overflow limits
parents 10e3483b f2cf7117
......@@ -26,6 +26,9 @@ var css = csjs`
.label_tv {
align-items: center;
}
.label_tv>span {
word-break: break-all;
}
`
var EventManager = require('../../lib/events')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment