mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1935] Content on widgets now wraps when viewing it on a small de… (#3117)
* [ADF-1935] Content on widgets now wraps when viewing it on a small device * [ADF-1935] Width property replaced for flex property * [ADF-1935] Query modified to work with variable * [ADF-1935] Removed unnecessary styling classes
This commit is contained in:
committed by
Eugenio Romano
parent
838842caac
commit
3033102ae4
@@ -50,6 +50,12 @@
|
||||
padding-left: 1%;
|
||||
padding-right: 1%;
|
||||
}
|
||||
|
||||
@media screen and ($mat-small) {
|
||||
.grid-list-item {
|
||||
flex: 1 0 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-form-field {
|
||||
width: 100%;
|
||||
@@ -91,4 +97,3 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user