diff --git a/templates/index.css b/templates/index.css new file mode 100644 index 0000000..0d007e0 --- /dev/null +++ b/templates/index.css @@ -0,0 +1,15 @@ +.upload-label { + white-space: nowrap; + width: 200px; + border: 1px solid #000000; + overflow: hidden; + text-overflow: clip; +} + +.img-preview { + white-space: nowrap; + width: 200px; + border: 1px solid #000000; + overflow: hidden; + text-overflow: ellipsis; +}