Skip to content

Commit ed1cc8a

Browse files
author
Sebastian Huber
authored
fix wrong white-space value
no-wrap is not a white-space value.
1 parent eee4a37 commit ed1cc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/style.styl

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

9898
&.day-header
9999
font-size 75%
100-
white-space no-wrap
100+
white-space nowrap
101101
cursor inherit
102102
&:hover
103103
background inherit

0 commit comments

Comments
 (0)