Skip to content

Commit

Permalink
Fix user profile description rendering (#23882)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Apr 3, 2023
1 parent 19de52e commit 5ab1c7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web_src/css/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
padding: 0;
}

.user.profile .ui.card .extra.content ul {
.user.profile .ui.card .extra.content > ul {
margin: 0;
padding: 0;
}

.user.profile .ui.card .extra.content ul li {
.user.profile .ui.card .extra.content > ul > li {
padding: 10px;
list-style: none;
}

.user.profile .ui.card .extra.content ul li:not(:last-child) {
.user.profile .ui.card .extra.content > ul > li:not(:last-child) {
border-bottom: 1px solid var(--color-secondary);
}

.user.profile .ui.card .extra.content ul li .svg {
.user.profile .ui.card .extra.content > ul > li .svg {
margin-left: 1px;
margin-right: 5px;
}

.user.profile .ui.card .extra.content ul li.follow .ui.button {
.user.profile .ui.card .extra.content > ul > li.follow .ui.button {
width: 100%;
}

Expand Down Expand Up @@ -117,7 +117,7 @@
margin: -3px !important;
}

.user-orgs li {
.user-orgs > li {
display: flex;
border-bottom: 0 !important;
padding: 3px !important;
Expand Down

0 comments on commit 5ab1c7a

Please sign in to comment.