Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-25 16:41:28 +0800
Commit
a4e6b2965a5c30d4eecd75f6805296ab21d74d9d
1 parent
df5a5db4
用户名过长显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
static/sass/me/_home.scss
static/sass/me/_home.scss
View file @
a4e6b29
...
...
@@ -28,7 +28,12 @@
}
.username
{
float
:
left
;
padding
:
0
pxToRem
(
16px
);
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
max-width
:
pxToRem
(
290px
);
}
.vip-icon
{
...
...
Please
register
or
login
to post a comment