Remove margin from paragraphs in tables

That's what Redmine's default theme does.
This commit is contained in:
mrliptontea
2019-04-09 22:27:47 +01:00
parent 0bb9a27140
commit e68f8a1aa3
2 changed files with 5 additions and 1 deletions

View File

@@ -106,6 +106,10 @@ table {
td {
padding: $table-condensed-cell-padding $table-cell-padding;
}
p {
margin: 0;
}
}
ul,

File diff suppressed because one or more lines are too long