monks/page_break_inside
{{deprecated_header}}
This property has been replaced by the {{cssxref(“break-inside”)}} property.
The page-break-inside CSS property adjusts page breaks inside the current element.
Values
pub const auto_: #(String, String)
- : Initial value. Automatic page breaks (neither forced nor forbidden).
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for page-break-inside
pub const revert_layer: #(String, String)