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 a2a7f98 commit 0de18c8Copy full SHA for 0de18c8
client/modules/IDE/components/SketchList.jsx
@@ -303,7 +303,7 @@ class SketchListRowBase extends React.Component {
303
onBlur={this.handleRenameBlur}
304
onClick={(e) => e.stopPropagation()}
305
ref={this.renameInput}
306
- maxLength={100}
+ maxLength={128}
307
/>
308
)}
309
</React.Fragment>
client/styles/components/_sketch-list.scss
@@ -40,7 +40,6 @@
40
41
> th {
42
padding-left: 0;
43
- width: 100%;
44
font-weight: bold;
45
margin-bottom: #{6 / $base-font-size}rem;
46
}
@@ -167,6 +166,9 @@
167
166
168
.sketches-table th {
169
font-weight: normal;
+ max-width:8rem;
170
+ padding-right:1rem;
171
+ overflow-wrap: break-word;
172
173
174
.sketch-list__dropdown-button {
0 commit comments