We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96228ad commit ebf8908Copy full SHA for ebf8908
1 file changed
src/less/styles.less
@@ -41,7 +41,9 @@
41
}
42
43
.rbc-header {
44
- &:extend(.rbc-ellipsis);
+ overflow: hidden;
45
+ text-overflow: ellipsis;
46
+ white-space: nowrap;
47
padding: 0 3px;
48
text-align: center;
49
vertical-align: middle;
0 commit comments