Fix for #2465
Ylian Saint-Hilaire committed
Apr 4, 2021 at 14:47 UTC
b0d3474f33bc79bc750b892e7208545c88079e44
2 files changed
+27
-1
MeshCentralServer.njsproj
+26
@@ -625,15 +625,28 @@
625
<Folder Include="typings\globals\axios\" />
626
<Folder Include="typings\globals\connect-redis\" />
627
<Folder Include="typings\globals\cookie-session\" />
628
+ <Folder Include="typings\globals\core-js\" />
629
+ <Folder Include="typings\globals\dateformat\" />
630
+ <Folder Include="typings\globals\decimal.js\" />
631
+ <Folder Include="typings\globals\eventemitter2\" />
632
<Folder Include="typings\globals\express-handlebars\" />
633
<Folder Include="typings\globals\express-session\" />
634
+ <Folder Include="typings\globals\grunt\" />
635
<Folder Include="typings\globals\handlebars\" />
636
+ <Folder Include="typings\globals\he\" />
637
+ <Folder Include="typings\globals\hooker\" />
638
+ <Folder Include="typings\globals\is-plain-object\" />
639
<Folder Include="typings\globals\jsbn\" />
640
+ <Folder Include="typings\globals\klaw\" />
641
+ <Folder Include="typings\globals\marked\" />
642
<Folder Include="typings\globals\moment\" />
643
<Folder Include="typings\globals\node-forge\" />
644
<Folder Include="typings\globals\nodemailer\" />
645
<Folder Include="typings\globals\node\" />
646
+ <Folder Include="typings\globals\object-assign\" />
647
<Folder Include="typings\globals\passport\" />
648
+ <Folder Include="typings\globals\sprintf-js\" />
649
+ <Folder Include="typings\globals\type-check\" />
650
<Folder Include="typings\globals\uuid\" />
651
<Folder Include="views\" />
652
</ItemGroup>
@@ -642,15 +655,28 @@
655
<TypeScriptCompile Include="typings\globals\axios\index.d.ts" />
656
<TypeScriptCompile Include="typings\globals\connect-redis\index.d.ts" />
657
<TypeScriptCompile Include="typings\globals\cookie-session\index.d.ts" />
658
+ <TypeScriptCompile Include="typings\globals\core-js\index.d.ts" />
659
+ <TypeScriptCompile Include="typings\globals\dateformat\index.d.ts" />
660
+ <TypeScriptCompile Include="typings\globals\decimal.js\index.d.ts" />
661
+ <TypeScriptCompile Include="typings\globals\eventemitter2\index.d.ts" />
662
<TypeScriptCompile Include="typings\globals\express-handlebars\index.d.ts" />
663
<TypeScriptCompile Include="typings\globals\express-session\index.d.ts" />
664
+ <TypeScriptCompile Include="typings\globals\grunt\index.d.ts" />
665
<TypeScriptCompile Include="typings\globals\handlebars\index.d.ts" />
666
+ <TypeScriptCompile Include="typings\globals\he\index.d.ts" />
667
+ <TypeScriptCompile Include="typings\globals\hooker\index.d.ts" />
668
+ <TypeScriptCompile Include="typings\globals\is-plain-object\index.d.ts" />
669
<TypeScriptCompile Include="typings\globals\jsbn\index.d.ts" />
670
+ <TypeScriptCompile Include="typings\globals\klaw\index.d.ts" />
671
+ <TypeScriptCompile Include="typings\globals\marked\index.d.ts" />
672
<TypeScriptCompile Include="typings\globals\moment\index.d.ts" />
673
<TypeScriptCompile Include="typings\globals\node-forge\index.d.ts" />
674
<TypeScriptCompile Include="typings\globals\nodemailer\index.d.ts" />
675
<TypeScriptCompile Include="typings\globals\node\index.d.ts" />
676
+ <TypeScriptCompile Include="typings\globals\object-assign\index.d.ts" />
677
<TypeScriptCompile Include="typings\globals\passport\index.d.ts" />
678
+ <TypeScriptCompile Include="typings\globals\sprintf-js\index.d.ts" />
679
+ <TypeScriptCompile Include="typings\globals\type-check\index.d.ts" />
680
<TypeScriptCompile Include="typings\globals\uuid\index.d.ts" />
681
<TypeScriptCompile Include="typings\index.d.ts" />
682
</ItemGroup>
public/styles/style.css
+1
-1
@@ -2438,7 +2438,7 @@ a {
2438
grid-area: deskarea1;
2439
-ms-grid-column: 1;
2440
-ms-grid-row: 1;
2441
- height: 24px;
2441
+ min-height: 20px;
2442
}
2443
2444