diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css
index 7a0573b2b50f446b0b875254062999df4b425f28..3cf6c8b8f3db1f0f44be2f58322b4010c907b7cc 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 9ab2e6491a5d9a87eb38e8bec166ae0b8967d149..609fdcead31e9399f48538c3416484bc24da2dee 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;
 }