We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20a4ca commit c10d665Copy full SHA for c10d665
svg-render.html
@@ -29,10 +29,9 @@
29
background-color: #f0f0f0;
30
}
31
#svgInput {
32
- width: 100%;
33
- height: 100%;
+ width: 90%;
+ height: 10em;
34
border: none;
35
- resize: none;
36
37
#imageContainer {
38
margin-top: 20px;
@@ -47,7 +46,8 @@
47
46
max-width: unset;
48
49
#base64Output {
50
- word-wrap: break-word;
+ overflow-wrap: break-word;
+ word-break: break-all;
51
52
.option-group {
53
margin-bottom: 10px;
@@ -285,4 +285,4 @@ <h2>Base64 Image Tag:</h2>
285
286
</script>
287
</body>
288
-</html>
+</html>
0 commit comments