mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[AAE-15828] add mobile query to visualize form under one column for small viewport (#8883)
This commit is contained in:
parent
b4ffc866d7
commit
60099a2d7d
@ -22,6 +22,10 @@
|
||||
|
||||
.adf-container-widget {
|
||||
.adf-grid-list-column-view {
|
||||
@media screen and (max-width: 959px) {
|
||||
display: flow;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
margin-right: -1%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user