diff --git a/client/demo.js b/client/demo.js index 2f178cf6..300b7d85 100644 --- a/client/demo.js +++ b/client/demo.js @@ -5,7 +5,7 @@ const DEMO_UNIT_DATA = { AI: false, name: "KC-135", unitName: "Olympus 1-1 aka Mr. Very long name", - groupName: "Group 1", + groupName: "Group 2", alive: true, category: "Aircraft", }, @@ -284,7 +284,7 @@ const DEMO_UNIT_DATA = { ["7"]:{ baseData: { AI: true, - name: "CVN-75", + name: "CVN-75 Very long name", unitName: "Olympus 1-7", groupName: "Group 1", alive: true, diff --git a/client/public/stylesheets/unitcontrolpanel.css b/client/public/stylesheets/unitcontrolpanel.css index c3942ee8..cb314504 100644 --- a/client/public/stylesheets/unitcontrolpanel.css +++ b/client/public/stylesheets/unitcontrolpanel.css @@ -8,7 +8,7 @@ body.feature-forceShowUnitControlPanel #unit-control-panel { left: 10px; position: absolute; top: 80px; - width: 260px; + width: 240px; z-index: 1000; }