Use CSS for layout

This commit is contained in:
Maikel Linke
2018-06-06 17:57:37 +10:00
parent 67c2574b0b
commit b7770510a7
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
.report__table {
margin-top: 2em;
}
.report__message {
margin-top: 2em;
border: 1px solid #cee1f4;

View File

@@ -1,8 +1,6 @@
- column_partials ||= {}
- if render_content?
%br
%br
%table{id: id}
%table.report__table{id: id}
%thead
%tr
- @header.each do |heading|