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 {
|
||||
|
||||
&-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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user