From 8e2b50afe10c861828611533497f16ea839380e9 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 19 Oct 2016 17:33:02 -0700 Subject: [PATCH] pdp11-device layout hack --- devices/pdp11/pc11/demo.xml | 6 +++--- modules/shared/templates/components.css | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devices/pdp11/pc11/demo.xml b/devices/pdp11/pc11/demo.xml index 92b8c648a..e01d42ec3 100644 --- a/devices/pdp11/pc11/demo.xml +++ b/devices/pdp11/pc11/demo.xml @@ -1,7 +1,7 @@ - + Paper Tape Controls - + @@ -11,6 +11,6 @@ Load - Tape Progress + Tape Progress diff --git a/modules/shared/templates/components.css b/modules/shared/templates/components.css index eb4a4ff7a..13163caa8 100644 --- a/modules/shared/templates/components.css +++ b/modules/shared/templates/components.css @@ -199,7 +199,8 @@ .pcjs-registers { width: 100% !important; } - .pcjs-device { + .pdp11-device { width: 100% !important; + max-width: none !important; } }