Fix styling so that no border on last row only applies to clin summary table
This commit is contained in:
@@ -155,3 +155,16 @@
|
||||
padding-bottom: $gap * 2.5;
|
||||
}
|
||||
}
|
||||
|
||||
table.clin-summary {
|
||||
tbody,
|
||||
thead {
|
||||
tr {
|
||||
&:last-child {
|
||||
td {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user