diff -r c27eee1259bd -r ed2e7aef2a3e src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Fri Oct 09 19:06:51 2020 +0200 +++ b/src/main/webapp/lightpit.css Fri Oct 09 19:07:05 2020 +0200 @@ -65,7 +65,7 @@ flex-flow: column; position: fixed; height: 100%; - width: 30ch; + width: 40ch; /* adjust with sidebar-spacing.margin-left */ padding-top: 2.25rem; color: #3060f8; border-image-source: linear-gradient(to bottom, #606060, rgba(60, 60, 60, .25)); @@ -75,7 +75,7 @@ } #content-area.sidebar-spacing { - margin-left: 30ch; + margin-left: 40ch; /* adjust with sideMenu.width */ } #mainMenu { @@ -197,6 +197,7 @@ table.formtable tbody td > * { width: 100%; + box-sizing: border-box; } table.formtable input[type=date] {