Commit 8abccb3b3129c363e20abd9a57ae92a6a3d9bb57

Authored by dlstatic
Committed by Gerrit Code Review
2 parents 9797a524 1190bfd0

Merge "Modify user home css && limit ths max wors show width."

css/style/userhome.css
... ... @@ -58,6 +58,10 @@ header {
58 58 .user-login .msg p {
59 59 font-size: 18px;
60 60 margin-bottom: 5px;
  61 + line-height: 26px;
  62 + height: 26px;
  63 + overflow: hidden;
  64 + max-width: 200px;
61 65 }
62 66 .user-login .msg span {
63 67 font-size: 14px;
... ...
css/style/userhome.less
... ... @@ -51,6 +51,10 @@ header {
51 51 .msg p {
52 52 font-size: 18px;
53 53 margin-bottom: 5px;
  54 + line-height: 26px;
  55 + height: 26px;
  56 + overflow: hidden;
  57 + max-width: 200px;
54 58 }
55 59 .msg span {
56 60 font-size: 14px;
... ...