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 3540f7f commit 35be979Copy full SHA for 35be979
simulator/src/css/main.stylesheet.css
@@ -173,7 +173,6 @@ input[type="text"]:focus {
173
font-size: 1em;
174
text-align: center;
175
display: inline-block;
176
- white-space: nowrap;
177
width: 35vw;
178
height: 1.2rem;
179
overflow: hidden;
simulator/src/data/save.js
@@ -28,7 +28,6 @@ export function setProjectName(name) {
28
name = stripTags(name);
29
projectName = name;
30
$('#projectName').html(name);
31
- document.getElementById("projectName").setAttribute("title",name);
32
}
33
34
/**
0 commit comments