We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e219b commit ffe6955Copy full SHA for ffe6955
src/workbench/sidebar/explore/style.scss
@@ -104,6 +104,7 @@
104
105
&__fileName {
106
flex-basis: auto;
107
+ margin-left: 5px;
108
overflow: hidden;
109
text-overflow: ellipsis;
110
white-space: pre;
@@ -154,6 +155,7 @@
154
155
156
&__close {
157
color: var(--icon-foreground);
158
+ margin-right: 2px;
159
opacity: 0;
160
161
&:hover {
@@ -165,7 +167,6 @@
165
167
flex-shrink: 0;
166
168
height: 22px;
169
line-height: 23px;
- margin: 0 5px 0 3px;
170
width: 16px;
171
}
172
0 commit comments