Hi,

I'm trying to put code blocks inside a table like that

[cols="1a,1a",frame="none",grid="cols"]
|===
^|1stCol ^|2ndCol

|
[source,groovy]
----
very very very very very very very very very very very very very long line

----
|
[source,groovy]
----
small line
----
|===


The result is not what I wish, because both columns don't have the same width.

The first one is too long, because it's content is large.

I don't want the content to wrap.

Instead, I want to have a horizontal scrollbar when the content is too large, 
so both columns have the same width.

How can I achieve this ?

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to asciidoc+unsubscr...@googlegroups.com.
To post to this group, send email to asciidoc@googlegroups.com.
Visit this group at https://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to