From 57f1ac43ad13f5df4aa03b360ef93bc87c185ad9 Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Mon, 10 May 2021 02:11:06 -0400
Subject: [PATCH] Un-cramp headline hight on welcome wizard pages in narrow
 browser windows

---
 apps/routerconsole/jsp/themes/console/dark/console.css  | 1 +
 apps/routerconsole/jsp/themes/console/light/console.css | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css
index 7a0573b2b5..3cf6c8b8f3 100644
--- a/apps/routerconsole/jsp/themes/console/dark/console.css
+++ b/apps/routerconsole/jsp/themes/console/dark/console.css
@@ -3155,6 +3155,7 @@ td#themeselect {
     position: absolute;
     background: none !important;
     box-shadow: none !important;
+    line-height: normal;
     z-index: 999;
 }
 
diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index 9ab2e6491a..609fdcead3 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -2222,6 +2222,7 @@ td.optionsave {
      position: absolute;
      left: 75%;
      width: 22%;
+     top: 75%;
 }
 
 #bandwidthconfig .configtable tr:last-child td {
@@ -2528,6 +2529,7 @@ td {
     letter-spacing: 0.08em;
     word-spacing: 0.1em;
     color: #41465f;
+    line-height: normal;
     background: none !important;
     box-shadow: none !important;
 }
-- 
GitLab