Skip to content

Commit 4f181b8

Browse files
committed
update comment
1 parent 9b6d064 commit 4f181b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/features/heatmap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@container (width > 0) {
88
#user-heatmap {
9-
/* Set element to fixed size so that it does not resize after load. The calculation is complex
9+
/* Set element to fixed height so that it does not resize after load. The calculation is complex
1010
because the element does not scale with a fixed aspect ratio. */
1111
height: calc((100cqw / 5) - (100cqw / 25) + 20px);
1212
}

0 commit comments

Comments
 (0)