@@ -85,16 +85,26 @@ hr { display:none; }
8585.Half { flex : 0 0 calc (50% - 8px ); }
8686.Third { flex : 0 0 calc (33.333% - 8px ); }
8787.Quarter { flex : 0 0 calc (25% - 8px ); }
88+ .OneFourth { flex : 0 0 calc (25% - 8px ); }
89+ .ThreeFourths { flex : 0 0 calc (75% - 8px ); }
8890.Fifth { flex : 0 0 calc (20% - 8px ); }
91+ .OneFifth { flex : 0 0 calc (20% - 8px ); }
92+ .TwoFifths { flex : 0 0 calc (40% - 8px ); }
93+ .ThreeFifths { flex : 0 0 calc (60% - 8px ); }
94+ .OneThird { flex : 0 0 calc (33.333% - 8px ); }
8995.TwoThirds { flex : 0 0 calc (66.666% - 8px ); }
9096.Column { flex-direction : column; flex-wrap : nowrap; }
91- .Column > .DataField { flex-direction : row;}
97+ .Column > .DataField { flex-direction : row; }
9298.Column > .DataField > label { padding-right : 5px ; }
9399.Column > .header { width : 0 ; margin-right : 100% ; }
94100.AutoSize > .scroll-container > div > table div {
95- height : fit-content !important ;
101+ height : 100 % !important ;
96102 max-height : fit-content !important ;
103+ overflow-y : hidden;
97104}
105+ .Shy {width : 100% }
106+ .Shy > label { width : fit-content; margin-right : auto;}
107+ .Shy > input {margin-right : 8px ;}
98108@font-face {
99109 font-family : "MesloLGS NF Regular" ;
100110 src : url ("../Fonts/MesloLGS-NF-Regular.ttf" ) format ("truetype" );
0 commit comments