提交 88197547 编写于 作者: M Miguel Solorio

Update spacing

上级 493faf71
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
min-width: 500px; min-width: 500px;
max-width: 90%; max-width: 90%;
min-height: 75px; min-height: 75px;
padding: 10px 16px 16px; padding: 10px;
} }
/** Dialog: Title Actions Row */ /** Dialog: Title Actions Row */
...@@ -60,15 +60,16 @@ ...@@ -60,15 +60,16 @@
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
align-items: center; align-items: center;
padding: 0 10px;
} }
.monaco-workbench .dialog-box .dialog-message-row .dialog-icon { .monaco-workbench .dialog-box .dialog-message-row .dialog-icon {
flex: 0 0 32px; flex: 0 0 48px;
height: 32px; height: 48px;
align-self: baseline; align-self: baseline;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 32px; background-size: 48px;
} }
.vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-pending { .vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-pending {
...@@ -120,7 +121,7 @@ ...@@ -120,7 +121,7 @@
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-left: 16px; padding-left: 24px;
user-select: text; user-select: text;
-webkit-user-select: text; -webkit-user-select: text;
-ms-user-select: text; -ms-user-select: text;
...@@ -135,7 +136,6 @@ ...@@ -135,7 +136,6 @@
flex: 1; /* let the message always grow */ flex: 1; /* let the message always grow */
white-space: normal; white-space: normal;
word-wrap: break-word; /* never overflow long words, but break to next line */ word-wrap: break-word; /* never overflow long words, but break to next line */
padding-top: 6px;
} }
/** Dialog: Details */ /** Dialog: Details */
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
.monaco-workbench .dialog-box > .dialog-buttons-row { .monaco-workbench .dialog-box > .dialog-buttons-row {
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
padding-top: 20px; padding: 20px 10px 10px;
} }
/** Dialog: Buttons */ /** Dialog: Buttons */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册