Skip to content
Snippets Groups Projects
Unverified Commit 7cd4677d authored by Olivia Simonet's avatar Olivia Simonet Committed by GitHub
Browse files

Merge pull request #80 from noesya/fix/datable

added description style to datatable block
parents 2c765f8d ee3aa726
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,11 @@
{{ else }}
<div class="top">
<h2>{{ partial "PrepareHTML" $title }}</h2>
{{ with .description }}
<div class="description">
{{ partial "PrepareHTML" . }}
</div>
{{ end }}
</div>
{{ end -}}
<div class="table-responsive">
......@@ -40,4 +45,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