grunt-attention icon indicating copy to clipboard operation
grunt-attention copied to clipboard

Problem on the border and line break

Open fredw opened this issue 10 years ago • 3 comments

I set the task as follows:

attention: {
    teste: {
        options: {
            message: 'This is \n a linebreak \n demonstration',
            borderColor: 'bgBlue',
            border: 'double',
        }
    }
}

The line breaks cause trouble positioning the borders: attention

I'm using Windows.

fredw avatar May 07 '14 20:05 fredw

Do you want to make a pull request to fix this?

dylang avatar May 08 '14 00:05 dylang

BTW, if you used border: 'stacked' you won't see this problem.

dylang avatar May 08 '14 00:05 dylang

I would like to help, but unfortunately I have no way. That was the alternative I found, I'm using border: 'stacked'

fredw avatar May 08 '14 14:05 fredw