Skip to content

Commit ebf8908

Browse files
committed
[fixed] agenda header display
1 parent 96228ad commit ebf8908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/less/styles.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
}
4242

4343
.rbc-header {
44-
&:extend(.rbc-ellipsis);
44+
overflow: hidden;
45+
text-overflow: ellipsis;
46+
white-space: nowrap;
4547
padding: 0 3px;
4648
text-align: center;
4749
vertical-align: middle;

0 commit comments

Comments
 (0)