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 5c18559 commit 5fdf332Copy full SHA for 5fdf332
src/components/AddImageBlock.vue
@@ -16,7 +16,10 @@
16
outputFormat="verbose"
17
@input="setImage"
18
>
19
- <label for="fileInput" slot="upload-label">
+ <label
20
+ for="fileInput"
21
+ slot="upload-label"
22
+ class="fileinput-label">
23
<figure>
24
<svg
25
xmlns="http://www.w3.org/2000/svg"
@@ -102,4 +105,10 @@ export default {
102
105
#fileInput {
103
106
display: none;
104
107
}
108
+.img-preview {
109
+ width: 100%;
110
+}
111
+.fileinput-label {
112
+ display: block;
113
114
</style>
0 commit comments