🎨(calendar): Fix overflow for event names

This commit is contained in:
Jackie Luo 2016-11-15 12:10:35 -08:00
parent e43de77708
commit 783006daa6

View file

@ -74,7 +74,6 @@ body.platform-win32 {
.calendar-event {
@interval-height: 21px;
position: absolute;
padding: 4px 5px 5px 6px;
font-size: 11px;
line-height: 11px;
font-weight: 500;
@ -89,6 +88,9 @@ body.platform-win32 {
display: flex;
cursor: default;
.default-header {
overflow: hidden;
text-overflow: ellipsis;
margin: 4px 5px 5px 6px;
cursor: default;
opacity: 0.7;
flex: 1;