Skip to content

Commit eb0eb68

Browse files
committed
fix: missing line break after properties in tooltip
1 parent 3004f55 commit eb0eb68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/widget.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ h4 {
132132
content: "";
133133
display: block;
134134
}
135+
.mols2grid-anywidget .m2g-popover span::after {
136+
content: "";
137+
display: table;
138+
}
135139
.mols2grid-anywidget .m2g-popover .arrow {
136140
width: 10px;
137141
height: 10px;

0 commit comments

Comments
 (0)