made other updates
This commit is contained in:
Родитель
4b6cdb2e5c
Коммит
17a57c2403
|
@ -105,7 +105,7 @@ class Bio extends React.Component {
|
|||
|
||||
renderTags(label = ``, type = ``, tags = []) {
|
||||
if (!type || tags.length < 1) { return null; }
|
||||
|
||||
|
||||
tags = tags.map(tag => {
|
||||
let link = `/${type}/${type === `issues` ? Utility.getUriPathFromIssueName(tag) : encodeURIComponent(tag)}`;
|
||||
|
||||
|
@ -135,7 +135,7 @@ class Bio extends React.Component {
|
|||
<div className="col-sm-8 col-md-10">
|
||||
<div className="d-flex flex-column flex-sm-row align-items-center align-items-sm-baseline align-items-md-baseline mb-4 mb-sm-3">
|
||||
<div className="d-flex flex-column flex-md-row align-items-center align-items-sm-start align-items-md-baseline">
|
||||
<h1 className="name mr-sm-4 text-truncate mw-100 mb-4 mb-sm-1 mb-md-0">{this.profileOwnerName}</h1>
|
||||
<h1 className="h5-heading mr-sm-4 text-truncate mw-100 mb-4 mb-sm-1 mb-md-0">{this.profileOwnerName}</h1>
|
||||
{ this.renderSocialMedia() }
|
||||
</div>
|
||||
{ this.renderSignOut() }
|
||||
|
|
|
@ -21,7 +21,7 @@ class ProfileAboutTab extends React.Component {
|
|||
}
|
||||
|
||||
render() {
|
||||
return <div className="profile-about-tab row justify-content-center mb-5 row">
|
||||
return <div className="profile-about-tab row justify-content-center mb-5">
|
||||
<div className="col-12 col-sm-10 col-lg-8">
|
||||
{ this.renderLongBio() }
|
||||
</div>
|
||||
|
|
|
@ -252,7 +252,6 @@ textarea {
|
|||
|
||||
.btn-signout {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
border: none;
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
|
|
Загрузка…
Ссылка в новой задаче