mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 21:06:25 -06:00
17464 update comments
This commit is contained in:
parent
b82525f2e8
commit
67c42ac493
@ -28,17 +28,17 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove the bottom margin of <p> elements inside a table cell
|
// Remove the bottom margin of the last <p> elements in markdown
|
||||||
.rendered-markdown {
|
.rendered-markdown {
|
||||||
p:last-of-type {
|
p:last-of-type {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fix layout of rendered markdown inside a table cell
|
||||||
td > .rendered-markdown {
|
td > .rendered-markdown {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Markdown preview
|
// Markdown preview
|
||||||
|
Loading…
Reference in New Issue
Block a user