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; } }