diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index 9f6e8b28..c871ca90 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -1617,7 +1617,7 @@ a.decoration { } .mt8 { - margin-top: 8px; + margin-top: 8px !important; } .mt9 { diff --git a/src/forge/users/Index.scss b/src/forge/users/Index.scss index 5fdc0b1f..b67abf15 100644 --- a/src/forge/users/Index.scss +++ b/src/forge/users/Index.scss @@ -66,5 +66,8 @@ $flex:flex; color: #fff; padding:0px 15px; } + .statusDivider{ + margin: 8px 0 0 0 !important; + } } } \ No newline at end of file diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 1446b721..d522e040 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -185,7 +185,7 @@ class Infos extends Component { - {current_user && user && current_user.id === user.id && ( + {/* {current_user && user && current_user.id === user.id && (

this.undo_link()}> @@ -199,7 +199,7 @@ class Infos extends Component {

- )} + )} */}