Skip to content

Commit b54cbbb

Browse files
Sammy-Twillnorris
authored andcommitted
Switch table container to Tailwind 'overflow-auto'
Signed-off-by: Sammy-T <[email protected]>
1 parent 960b793 commit b54cbbb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

static/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,10 +1239,6 @@ select {
12391239
display: none;
12401240
}
12411241

1242-
.overflow {
1243-
overflow: auto;
1244-
}
1245-
12461242
.min-h-screen {
12471243
min-height: 100vh;
12481244
}
@@ -1299,6 +1295,10 @@ select {
12991295
align-items: center;
13001296
}
13011297

1298+
.overflow-auto {
1299+
overflow: auto;
1300+
}
1301+
13021302
.truncate {
13031303
overflow: hidden;
13041304
text-overflow: ellipsis;

tmpl/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 id="advanced">Advanced destination links</h2>
8181

8282
<h3>Examples</h3>
8383

84-
<div class="overflow">
84+
<div class="overflow-auto">
8585
<table>
8686
<tr>
8787
<td>Include path in query</td>

0 commit comments

Comments
 (0)