]> cat aescling's git repositories - mastodon.git/commit
Prevent contents of the status placeholder from overflowing (#3287)
authorunarist <m.unarist@gmail.com>
Thu, 25 May 2017 00:23:54 +0000 (09:23 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 May 2017 00:23:54 +0000 (02:23 +0200)
commit9f69aa3cb18799600d1ea4a7a38e160d9be9a5ab
tree5ea35acad83f394f5573015c0fc028339cb6bf4d
parentf5c3d20e9cbd2e57d48c6080691eb493be10c7fc
Prevent contents of the status placeholder from overflowing (#3287)

Since long lines may overflow and cause the status-list horizontally scrollable,
I added `overflow: hidden` to placeholder contents to prevent it.
app/javascript/mastodon/components/status.js