mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
🎨(calendar): Fix overflow for event names
This commit is contained in:
parent
e43de77708
commit
783006daa6
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,6 @@ body.platform-win32 {
|
||||||
.calendar-event {
|
.calendar-event {
|
||||||
@interval-height: 21px;
|
@interval-height: 21px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 4px 5px 5px 6px;
|
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 11px;
|
line-height: 11px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -89,6 +88,9 @@ body.platform-win32 {
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
.default-header {
|
.default-header {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
margin: 4px 5px 5px 6px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in a new issue