diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 50b74780..23c87842 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -693,16 +693,6 @@ template { box-shadow: var(--current-item-box-shadow); } -.item-header { - display: flex; -} - -.item-title { - overflow-x: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - .item-title a { text-decoration: none; font-weight: var(--item-title-link-font-weight);