File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/essence/Tools/Measure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383 border : none;
8484 padding : 1px 5px 0px 6px ;
8585 height : 25px ;
86- width : 80 px ;
86+ width : 77 px ;
8787 background : var (--color-a1-5 );
8888 text-align : right;
8989 color : var (--color-a7 );
9090 border-left : 1px solid var (--color-a );
9191}
9292.MeasureTool # measureSpeed select {
93- width : 55 px ;
93+ width : 58 px ;
9494 border-left : 1px solid var (--color-a );
9595}
9696
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ const Measure = () => {
265265 < option value = 'm/s' > m/s</ option >
266266 < option value = 'km/h' > km/h</ option >
267267 < option value = 'mph' > mph</ option >
268- < option value = 'kt' > kt </ option >
268+ < option value = 'kt' > knots </ option >
269269 < option value = 'ft/s' > ft/s</ option >
270270 </ select >
271271 </ div >
You can’t perform that action at this time.
0 commit comments