diff --git a/static/style.css b/static/style.css index 27d6645..3aeb8b8 100644 --- a/static/style.css +++ b/static/style.css @@ -1524,7 +1524,6 @@ body { .bp-item-type.evening { background: var(--danger-light); color: var(--danger); } .bp-item-type.study { background: var(--success-light); color: var(--success); } .bp-item-text { - flex: 1; font-size: 13px; color: var(--text); overflow: hidden; @@ -1534,10 +1533,7 @@ body { .bp-item-note { font-size: 11px; color: var(--text-muted); - margin-left: 8px; - max-width: 200px; - overflow: hidden; - text-overflow: ellipsis; + margin-left: 4px; white-space: nowrap; } .bp-list-empty {