Skip to content

Commit 82fa994

Browse files
committed
fix: styling issues
1 parent ddae26a commit 82fa994

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
}
175175

176176
#snippet-abbr {
177-
flex: 0 0 140px;
177+
flex: 1;
178+
min-width: 80px;
178179
color: @bc-text;
179180
white-space: nowrap;
180181
overflow: hidden;
@@ -187,6 +188,7 @@
187188

188189
#snippet-template {
189190
flex: 2.5;
191+
min-width: 100px;
190192
margin: 0 12px;
191193
color: @bc-text-thin;
192194
white-space: nowrap;
@@ -199,7 +201,8 @@
199201
}
200202

201203
#snippet-description {
202-
flex: 1.3;
204+
flex: 1.5;
205+
min-width: 80px;
203206
margin: 0 12px;
204207
color: @bc-text-thin-quiet;
205208
white-space: nowrap;
@@ -212,7 +215,8 @@
212215
}
213216

214217
#snippet-files {
215-
flex: 0 0 120px;
218+
flex: 0.8;
219+
min-width: 60px;
216220
color: @bc-text-thin-quiet;
217221
text-align: center;
218222
white-space: nowrap;

0 commit comments

Comments
 (0)