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 {
|
td {
|
||||||
padding: $table-condensed-cell-padding $table-cell-padding;
|
padding: $table-condensed-cell-padding $table-cell-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user