Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
documentation
Commits
237985f7
Verified
Commit
237985f7
authored
3 years ago
by
Šimon Berka
Browse files
Options
Downloads
Patches
Plain Diff
change css class name for horizontally scrollable table
parent
028fc3bd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/shortcodes/csv-table.html
+1
-1
1 addition, 1 deletion
layouts/shortcodes/csv-table.html
static/custom.css
+1
-1
1 addition, 1 deletion
static/custom.css
with
2 additions
and
2 deletions
layouts/shortcodes/csv-table.html
+
1
−
1
View file @
237985f7
...
...
@@ -4,7 +4,7 @@
<div
class=
"custom-table-
1
"
>
<div
class=
"custom-table-
horizontal-scroll
"
>
<table
class=
"sortable"
>
{{ with $caption }}
<caption>
{{ . }}
</caption>
{{ end }}
{{ if $useHeaderRow }}
...
...
This diff is collapsed.
Click to expand it.
static/custom.css
+
1
−
1
View file @
237985f7
table
{
.custom-table-horizontal-scroll
{
overflow-x
:
scroll
;
overflow-y
:
hidden
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment