Skip to content
Snippets Groups Projects
Commit a5c5f4b8 authored by Olivia206's avatar Olivia206
Browse files

added description style to datatable block

parent 2c765f8d
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,7 @@
white-space: nowrap
caption
color: $color-text-alt
@include media-breakpoint-up(desktop)
.top
p
width: col(8)
......@@ -11,6 +11,9 @@
{{ else }}
<div class="top">
<h2>{{ partial "PrepareHTML" $title }}</h2>
{{- if .description }}
<p>{{ partial "PrepareHTML" .description }}</p>
{{ end }}
</div>
{{ end -}}
<div class="table-responsive">
......@@ -40,4 +43,4 @@
</div>
</div>
</section>
{{- end -}}
{{- end -}}
\ No newline at end of file
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