mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix upload responsiveness
This commit is contained in:
@@ -37,13 +37,23 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.truncate {
|
||||
width: 300px;
|
||||
:host .truncate {
|
||||
margin-left: auto;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mdl-progress{
|
||||
:host .mdl-progress{
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 360px) and (max-width: 640px) {
|
||||
.truncate {
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
.mdl-progress {
|
||||
max-width: 80px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user