mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Customer portal : User name truncation when too long on mobile UI
SVN:trunk[4147]
This commit is contained in:
@@ -67,8 +67,14 @@ footer{
|
||||
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
#topbar .user_fullname{
|
||||
margin-left: 85px;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
padding-left: 85px;
|
||||
max-width: 55%;
|
||||
color: #FFFFFF;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
/* Sidebar */
|
||||
@media (min-width: 768px){
|
||||
|
||||
Reference in New Issue
Block a user