We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae26a commit 82fa994Copy full SHA for 82fa994
src/styles/Extn-CustomSnippets.less
@@ -174,7 +174,8 @@
174
}
175
176
#snippet-abbr {
177
- flex: 0 0 140px;
+ flex: 1;
178
+ min-width: 80px;
179
color: @bc-text;
180
white-space: nowrap;
181
overflow: hidden;
@@ -187,6 +188,7 @@
187
188
189
#snippet-template {
190
flex: 2.5;
191
+ min-width: 100px;
192
margin: 0 12px;
193
color: @bc-text-thin;
194
@@ -199,7 +201,8 @@
199
201
200
202
203
#snippet-description {
- flex: 1.3;
204
+ flex: 1.5;
205
206
207
color: @bc-text-thin-quiet;
208
@@ -212,7 +215,8 @@
212
215
213
216
214
217
#snippet-files {
- flex: 0 0 120px;
218
+ flex: 0.8;
219
+ min-width: 60px;
220
221
text-align: center;
222
0 commit comments