@@ -85,16 +85,26 @@ hr { display:none; }
85
85
.Half { flex : 0 0 calc (50% - 8px ); }
86
86
.Third { flex : 0 0 calc (33.333% - 8px ); }
87
87
.Quarter { flex : 0 0 calc (25% - 8px ); }
88
+ .OneFourth { flex : 0 0 calc (25% - 8px ); }
89
+ .ThreeFourths { flex : 0 0 calc (75% - 8px ); }
88
90
.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 ); }
89
95
.TwoThirds { flex : 0 0 calc (66.666% - 8px ); }
90
96
.Column { flex-direction : column; flex-wrap : nowrap; }
91
- .Column > .DataField { flex-direction : row;}
97
+ .Column > .DataField { flex-direction : row; }
92
98
.Column > .DataField > label { padding-right : 5px ; }
93
99
.Column > .header { width : 0 ; margin-right : 100% ; }
94
100
.AutoSize > .scroll-container > div > table div {
95
- height : fit-content !important ;
101
+ height : 100 % !important ;
96
102
max-height : fit-content !important ;
103
+ overflow-y : hidden;
97
104
}
105
+ .Shy {width : 100% }
106
+ .Shy > label { width : fit-content; margin-right : auto;}
107
+ .Shy > input {margin-right : 8px ;}
98
108
@font-face {
99
109
font-family : "MesloLGS NF Regular" ;
100
110
src : url ("../Fonts/MesloLGS-NF-Regular.ttf" ) format ("truetype" );
0 commit comments