sensotwin.defect_placement.style

 1local_css = """
 2.defect_place_simulation_row_container {
 3    width: 100% !important;
 4    display: flex !important;
 5    flex-direction: row !important;
 6    align-items: stretch !important;
 7    justify-content: space-around !important;
 8}
 9.defect_place_layer_render_container {
10    width: 100% !important;
11}
12.defect_place_layer_render_container > div > .jupyter-matplotlib-figure {
13    margin: 0 auto !important;
14}
15.defect_place_layer_input {
16    width: 99% !important;
17}
18.defect_place_layer_input > label {
19    width: 200px !important;
20}
21.defect_place_layup_headline {
22    margin-left: 50px !important;
23}
24.defect_param_output_widget {
25    margin: 0px !important;
26}
27.defect_param_input > label {
28    width: 40% !important;
29}
30"""
local_css = '\n.defect_place_simulation_row_container {\n width: 100% !important;\n display: flex !important;\n flex-direction: row !important;\n align-items: stretch !important;\n justify-content: space-around !important;\n}\n.defect_place_layer_render_container {\n width: 100% !important;\n}\n.defect_place_layer_render_container > div > .jupyter-matplotlib-figure {\n margin: 0 auto !important;\n}\n.defect_place_layer_input {\n width: 99% !important;\n}\n.defect_place_layer_input > label {\n width: 200px !important;\n}\n.defect_place_layup_headline {\n margin-left: 50px !important;\n}\n.defect_param_output_widget {\n margin: 0px !important;\n}\n.defect_param_input > label {\n width: 40% !important;\n}\n'