mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-770] User name - long text ellipsis (#87)
This commit is contained in:
committed by
suzanadirla
parent
ca8231496a
commit
b1b9e04db6
@@ -33,4 +33,17 @@ $am-avatar-dark-bg: rgba(black, .15);
|
||||
background: $am-avatar-dark-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.current-user__full-name {
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display:inline-block;
|
||||
height: 20px;
|
||||
font-size: 14px;
|
||||
line-height: 1.43;
|
||||
letter-spacing: -0.2px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user