Block {,max-}{width,height} from being copied (#1529)
This commit is contained in:
parent
b3ea7288ab
commit
fa6a531bd5
@ -25,6 +25,10 @@ const stylingInternal: BlockProperties = [
|
|||||||
"background-color",
|
"background-color",
|
||||||
"font-size",
|
"font-size",
|
||||||
"font-family",
|
"font-family",
|
||||||
|
"width",
|
||||||
|
"height",
|
||||||
|
"max-width",
|
||||||
|
"max-height",
|
||||||
];
|
];
|
||||||
|
|
||||||
const allowPropertiesBlockValues =
|
const allowPropertiesBlockValues =
|
||||||
|
Loading…
Reference in New Issue
Block a user