Skip to content
Snippets Groups Projects
Verified Commit 237985f7 authored by Šimon Berka's avatar Šimon Berka
Browse files

change css class name for horizontally scrollable table

parent 028fc3bd
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
table {
.custom-table-horizontal-scroll {
overflow-x: scroll;
overflow-y: hidden;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment