提交 5196bcb6 编写于 作者: B Benjamin Pasero

notifications - details row should never overflow

上级 fb8b4bb4
......@@ -150,6 +150,7 @@
display: none;
align-items: center;
padding: 0 5px;
overflow: hidden; /* details row should never overflow */
}
.monaco-workbench > .notifications-list-container .notification-list-item.expanded > .notification-list-item-details-row {
......@@ -162,6 +163,7 @@
opacity: 0.7;
flex: 1;
font-size: 12px;
overflow: hidden; /* always give away space to actions container */
}
/** Notification: Actions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册