From 4eb3e22cd37f6e501a97dd27db0c9dfe1051d709 Mon Sep 17 00:00:00 2001 From: phanphan Date: Thu, 6 Jun 2024 15:44:39 +0700 Subject: [PATCH] add css fiel --- cope2n-fe/src/pages/reviews2/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cope2n-fe/src/pages/reviews2/style.css diff --git a/cope2n-fe/src/pages/reviews2/style.css b/cope2n-fe/src/pages/reviews2/style.css new file mode 100644 index 0000000..81e5310 --- /dev/null +++ b/cope2n-fe/src/pages/reviews2/style.css @@ -0,0 +1,10 @@ +.image-spin{ + height: 100%; +} +.image-spin .sbt-spin-container{ + height: 100%; +} + +.file-input-group .sbt-input-group-addon{ + min-width: 90px; +} \ No newline at end of file