Skip to content

Commit

Permalink
style: remove double border line in teardown result page
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jun 29, 2024
1 parent 0237234 commit c27f80c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ GEM
ssrf_filter (~> 1.0)
case_transform (0.2)
activesupport
chef-utils (18.4.12)
concurrent-ruby
childprocess (5.0.0)
chunky_png (1.4.0)
coderay (1.1.3)
Expand Down Expand Up @@ -302,8 +300,6 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.0)
mixlib-shellout (3.2.8)
chef-utils
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ i.icon {
td {
@extend .rounded-bottom;

border-bottom: none;
border-bottom: none !important;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/teardowns/_card.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
i.fas.fa-plus data-lte-icon="expand"
i.fas.fa-minus data-lte-icon="collapse"
.card-body.p-0
table.table.table-striped.table-bottom-borderless
table.table.table-bottom-borderless
- if raw.respond_to?(:keys)
- raw.each do |key, value|
tr
Expand Down

0 comments on commit c27f80c

Please sign in to comment.