mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 18:14:50 +01:00
fix #83573
This commit is contained in:
@@ -184,8 +184,6 @@
|
||||
}
|
||||
|
||||
.monaco-workbench .dialog-box > .dialog-buttons-row > .dialog-buttons > .monaco-button {
|
||||
max-width: fit-content;
|
||||
max-width: -moz-fit-content;
|
||||
padding: 5px 10px;
|
||||
margin: 4px 5px; /* allows button focus outline to be visible */
|
||||
overflow: hidden;
|
||||
|
||||
@@ -106,8 +106,6 @@
|
||||
}
|
||||
|
||||
.monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-buttons-container .monaco-button {
|
||||
max-width: fit-content;
|
||||
max-width: -moz-fit-content;
|
||||
padding: 5px 10px;
|
||||
margin: 4px 5px; /* allows button focus outline to be visible */
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user