mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use CSS for layout
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
.report__table {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.report__message {
|
||||
margin-top: 2em;
|
||||
border: 1px solid #cee1f4;
|
||||
|
||||
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user