File: fix-serial_console.scss.patch

package info (click to toggle)
horizon 3%3A25.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 32,680 kB
  • sloc: python: 99,368; javascript: 49,180; sh: 452; makefile: 79
file content (24 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
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
+}