Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Support longer messages #46

Open
dimaqq opened this issue Feb 29, 2016 · 1 comment
Open

Support longer messages #46

dimaqq opened this issue Feb 29, 2016 · 1 comment

Comments

@dimaqq
Copy link

dimaqq commented Feb 29, 2016

This works fine:

@found "blah", ->
    @message "example", "baz"

But this longer message text is displayed badly -- browser tries to break it into lines, overlaying the arrow:

@found "blah", ->
    @message """example_call("foo", "foobar", "foobarbaz")""", "baz"

Screenshot:
screen shot 2016-02-29 at 14 20 25

@nfk
Copy link

nfk commented May 27, 2016

Hi,

Indeed, there is a simple way to customize the css message in this case?
The goal is to increase the width between the "blah" and "baz" actors?

I have tried with the following code but it does nothing:
@find(".message").css(width:256)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants