mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -1,6 +1,6 @@
|
||||
:host {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 5;
|
||||
display: none;
|
||||
color: #555;
|
||||
margin: -21px 0px 0px 0px;
|
||||
@@ -36,3 +36,12 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
:host {
|
||||
right: 0;
|
||||
}
|
||||
.truncate{
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user