diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css
index c871ca90..210eb372 100644
--- a/public/css/edu-purge.css
+++ b/public/css/edu-purge.css
@@ -6714,4 +6714,7 @@ ul.count_ul li:not(:last-child):after {
.ant-notification {
z-index: 10001 !important;
+}
+input.ant-input-lg::placeholder{
+font-size: 14px !important;
}
\ No newline at end of file
diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js
index 7fcfd1d8..dd19e925 100644
--- a/src/forge/Main/Index.js
+++ b/src/forge/Main/Index.js
@@ -196,7 +196,7 @@ class Index extends Component {
const pagination = (
total && total > limit ?
-
+
: ""
)
diff --git a/src/forge/Main/list.css b/src/forge/Main/list.css
index f40b533f..0386a912 100644
--- a/src/forge/Main/list.css
+++ b/src/forge/Main/list.css
@@ -73,6 +73,12 @@
.project-list{
padding:0px 30px;
}
+.border-top-grey{
+ border-top: 1px solid rgba(238,238,238,1);
+}
+.p-r-Item:last-child{
+ border-bottom: none !important;
+}
.p-r-Item{
display: flex;
border-bottom:1px solid rgba(238,238,238,1);
diff --git a/src/forge/users/InfosUser.js b/src/forge/users/InfosUser.js
index 6fab450d..23af0238 100644
--- a/src/forge/users/InfosUser.js
+++ b/src/forge/users/InfosUser.js
@@ -232,7 +232,7 @@ class InfosUser extends Component {
}
{
total && total > limit ?
-