Skip to content

Commit

Permalink
header styling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhbir-singh committed Jul 9, 2018
1 parent a59ef5d commit 1593ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/smart_statuses/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
table.settings.table
thead
tr
th.settings-col1= t 'model'
th= t 'device'
th
th.settings-col1.pd-l-12 = t 'model'
th.pd-l-12 = t 'device'
th.pd-l-12
= t 'health_check'
tbody class="#{@tests.size}"
- @tests.each do | test |
Expand Down

0 comments on commit 1593ed4

Please sign in to comment.