Skip to content

Commit d3f8740

Browse files
committed
[chores:ui] Removed redundant border-bottom in nested-admin form-rows
1 parent 82d30f0 commit d3f8740

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openwisp_monitoring/device/static/monitoring/css/monitoring.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ td.field-health_status,
8080
#monitoring-metric-content_type-object_id-group {
8181
padding-top: 0 !important;
8282
}
83+
#monitoring-metric-content_type-object_id-group fieldset .form-row:last-child {
84+
border-bottom: 0 none;
85+
}
8386
.form-row.field-health_checks div.readonly {
8487
margin-left: 0px !important;
8588
}

0 commit comments

Comments
 (0)