Skip to content

Commit dd1bf4d

Browse files
Fix css syntax error (#151)
1 parent 8577896 commit dd1bf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LDK/resources/web/LDK/stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.ldk-wrap-text .x4-grid-row-over .x4-grid-cell-inner {
9-
white-space: normal; !important;
9+
white-space: normal !important;
1010
}
1111

1212
/* provide slight padding around text and headers */
@@ -127,4 +127,4 @@ div.ldk-tooltip {
127127
div.ldk-tooltip-light {
128128
font-size: 10px;
129129
color: grey;
130-
}
130+
}

0 commit comments

Comments
 (0)