diff --git a/e2e/configs.ts b/e2e/configs.ts index cfc0835c6..d1504f59a 100755 --- a/e2e/configs.ts +++ b/e2e/configs.ts @@ -43,7 +43,7 @@ export const ADMIN_FULL_NAME = 'Administrator'; export const E2E_ROOT_PATH = __dirname; // Dates -export const DATE_FORMAT = 'MMM DD, YYYY'; +export const DATE_FORMAT = 'MMM D, YYYY'; export const DATE_TIME_FORMAT = 'MMM D, YYYY, H:mm'; // Application Routes diff --git a/src/app/components/preview/preview.component.html b/src/app/components/preview/preview.component.html index 4618a47ca..8430ee171 100644 --- a/src/app/components/preview/preview.component.html +++ b/src/app/components/preview/preview.component.html @@ -1,10 +1,13 @@ button:last-child { display: none; } + +.adf-viewer.right_side--hide .adf-viewer__sidebar__right { + width: 0; +}