[AAE-10778] Fix lint issue: use flex shorthand rule

This commit is contained in:
Amedeo Lepore 2022-12-14 10:28:14 +01:00
parent 755bf2d549
commit ecf1d756df

View File

@ -6,7 +6,6 @@
}
.adf-viewer-render {
&-main {
width: 0;
}
@ -24,10 +23,8 @@
overflow-x: hidden;
z-index: 1;
background-color: var(--theme-background-color);
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: row wrap;
flex: 1;
& > div {