Remove extra space below description in tooltip.
This commit is contained in:
parent
4700139a86
commit
78a8829a82
|
|
@ -628,6 +628,10 @@ div.ui-tooltip {
|
|||
width: 550px;
|
||||
}
|
||||
|
||||
.ui-tooltip-content .markdown p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.tooltip-tasklinks li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,6 +64,10 @@ div.ui-tooltip {
|
|||
width: 550px;
|
||||
}
|
||||
|
||||
.ui-tooltip-content .markdown p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.tooltip-tasklinks li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue