Just realized this adds some extra horizontal padding which may not be desirable, so this fixes that

This commit is contained in:
Nara Kasbergen
2015-05-13 17:29:40 -04:00
parent c2dee786e4
commit 831a7ae604
5 changed files with 16 additions and 0 deletions

View File

@@ -1085,6 +1085,10 @@
}
}
}
.operation-status td.markdown > p:last-child {
padding-bottom: 0;
}
}
}