Skip to content

Commit ca0db51

Browse files
author
Lynn Dai
committed
UI fix for long username in profile page and display package(#7809)
1 parent ee25a4e commit ca0db51

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-display-package.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
.owner-list {
104104
li {
105105
margin-bottom: 8px;
106+
display: block;
107+
overflow: hidden;
108+
white-space: nowrap;
109+
text-overflow: ellipsis;
106110
}
107111

108112
img {

src/Bootstrap/less/theme/page-profile.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
margin-top: (@padding-large-vertical * 5);
55

66
display: flex;
7+
flex-wrap: wrap;
78
justify-content: space-between;
89
align-items: baseline;
910

0 commit comments

Comments
 (0)