[openstreetmap/openstreetmap-website] Resolve redaction view from going off page with no text wrap. (#1885)
William Drumheller
notifications at github.com
Sun Oct 21 22:43:52 UTC 2018
RoyallDesigns commented on this pull request.
> @@ -2304,6 +2304,11 @@ a.button {
font-size: 13px;
background: #e8e8e8;
padding: 2px 3px;
+ white-space: pre-wrap; /* css-3 */
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
Hello. I am trying to make my first open source contribution and was interested in finishing this so that it can be approved and merged in.
It looks as if we remove the following lines:
`white-space: -moz-pre-wrap; /* Mozilla, since 1999 */`
`white-space: -pre-wrap; /* Opera 4-6 */`
`white-space: -o-pre-wrap; /* Opera 7 */`
then the text-wrap still works. Were these 3 lines the ones that `autoprefixer-rails` would add?
If so, I can clone this branch and make the fix.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1885#discussion_r226881440
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20181021/1fa4eb24/attachment-0001.html>
More information about the rails-dev
mailing list