Skip to content

Commit 803739d

Browse files
Chillenberger patch 2 (#1503)
1 parent 78636d5 commit 803739d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgml-dashboard/src/components/tables/serverless_models/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
};
99
%>
1010

11-
<div data-controller="tables-serverless-models" class="overflow-scroll">
11+
<div data-controller="tables-serverless-models" class="overflow-auto">
1212
<h4 class="<%- heading_style %>">Embedding Models</h4>
1313
<div class="mb-5">
1414
<%+ Table::new(&[

pgml-dashboard/src/components/tables/serverless_pricing/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
};
99
%>
1010

11-
<div data-controller="tables-serverless-pricing" class="overflow-scroll">
11+
<div data-controller="tables-serverless-pricing" class="overflow-auto">
1212
<h4 class="h6 fw-semibold <%- heading_style %>">
1313
Vector & Relational Database
1414
</h4>

0 commit comments

Comments
 (0)