Commit 5f5503f1 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix: adjust gap and add left indent for specific class styles

parent 155d7d81
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -100,7 +100,8 @@ class CSS_Style:
            self.align_items = None
        elif self.class_name == "EX" or self.class_name == "NO" or self.class_name == "TAN":
            self.display = "flex"
            self.gap = Pt(4)
            self.gap = Pt(12)
            self.left_indent = Pt(12)
    
    def inherit_property(self, style, property_path):
        """