Remove margin from paragraphs in tables
That's what Redmine's default theme does.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user