1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: Fix serial_console.scss
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1069097
Forwarded: no
Last-Update: 2024-11-18
--- horizon-25.1.0.orig/openstack_dashboard/static/dashboard/scss/serial_console.scss
+++ horizon-25.1.0/openstack_dashboard/static/dashboard/scss/serial_console.scss
@@ -1,7 +1,7 @@
/* Stand-alone SCSS file for Serial Console IFrame. */
#terminalNode {
- display:inline-block;
+ display: inline-block;
}
.terminal {
@@ -16,4 +16,4 @@
.terminal-cursor {
color: black;
background: white;
-};
\ No newline at end of file
+}
|