pdf-creator-node icon indicating copy to clipboard operation
pdf-creator-node copied to clipboard

flex-box-property

Open Navakanth-Nava opened this issue 1 year ago • 2 comments

Flex-box properties are not working in css

Navakanth-Nava avatar Jul 18 '22 12:07 Navakanth-Nava

@Navakanth-Nava any fix on his planned?

MowglyOrizon avatar Mar 15 '23 06:03 MowglyOrizon

in order to use flex properties you need to define all the compatibility:

display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;

mjaime29 avatar Sep 28 '23 18:09 mjaime29