We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea116e commit f24374fCopy full SHA for f24374f
lib/ruby_ui/table/table.rb
@@ -3,7 +3,7 @@
3
module RubyUI
4
class Table < Base
5
def view_template(&block)
6
- div(class: "relative w-full overflow-auto") do
+ div(class: "w-full overflow-auto") do
7
table(**attrs, &block)
8
end
9
0 commit comments