Skip to content

Commit c10d665

Browse files
authored
tweak CSS
1 parent b20a4ca commit c10d665

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

svg-render.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
background-color: #f0f0f0;
3030
}
3131
#svgInput {
32-
width: 100%;
33-
height: 100%;
32+
width: 90%;
33+
height: 10em;
3434
border: none;
35-
resize: none;
3635
}
3736
#imageContainer {
3837
margin-top: 20px;
@@ -47,7 +46,8 @@
4746
max-width: unset;
4847
}
4948
#base64Output {
50-
word-wrap: break-word;
49+
overflow-wrap: break-word;
50+
word-break: break-all;
5151
}
5252
.option-group {
5353
margin-bottom: 10px;
@@ -285,4 +285,4 @@ <h2>Base64 Image Tag:</h2>
285285
}
286286
</script>
287287
</body>
288-
</html>
288+
</html>

0 commit comments

Comments
 (0)