We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992944d commit 970acecCopy full SHA for 970acec
1 file changed
lib/ruby_ui/codeblock/codeblock.rb
@@ -34,6 +34,7 @@ def view_template
34
35
def default_attrs
36
{
37
+ style: {tab_size: 2},
38
class: "highlight text-sm max-h-[350px] after:content-none flex font-mono overflow-auto overflow-x rounded-md border !bg-stone-900 [&_pre]:p-4"
39
}
40
end
0 commit comments