From e2710de04d5224dad3ed64d07869c60dd0c9f2d8 Mon Sep 17 00:00:00 2001 From: akashrajanverma <31367984+akashrajanverma@users.noreply.github.com> Date: Wed, 7 Oct 2020 16:48:32 +0530 Subject: [PATCH] Create index.css --- templates/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/index.css 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; +}