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