mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 12:35:56 +01:00
- fixes: slash as last char would add it to the front, too
- adds word-wrap to inputBox messages - adds whether file or folder is going to be created
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.monaco-inputbox-container .monaco-inputbox-message, .monaco-inputbox-ellipsis-right, .monaco-inputbox-ellipsis-left {
|
||||
.monaco-inputbox-container .monaco-inputbox-message {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
@@ -101,16 +101,6 @@
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.monaco-inputbox-ellipsis-right, .monaco-inputbox-ellipsis-left {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.monaco-inputbox-ellipsis-left {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
/* Action bar support */
|
||||
.monaco-inputbox .monaco-action-bar {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user