mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
[AAE-10778] Fix lint issue: use flex shorthand rule
This commit is contained in:
parent
755bf2d549
commit
ecf1d756df
@ -6,7 +6,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-viewer-render {
|
.adf-viewer-render {
|
||||||
|
|
||||||
&-main {
|
&-main {
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
@ -24,10 +23,8 @@
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: var(--theme-background-color);
|
background-color: var(--theme-background-color);
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-flow: row wrap;
|
||||||
flex-wrap: wrap;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user