-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.1
-
CentOS 8
-
Sprint 66 (Jul 2020)
-
0.5
Steps to reproduce:
- Change language setting to Chinese, Japanese or Korean
- Move to "Configuration" -> "Hosts" -> Configuration of hosts
- Input field of "Port" is hidden by left contents (IP/DNS field)
Result:
See uploaded screenshot.
Expected:
Input field of "Port" is not hidden.
Solution:
In CSS,
diff --git a/ui/assets/styles/blue-theme.css b/ui/assets/styles/blue-theme.css index 7e2270c..b6f09ee 100644 --- a/ui/assets/styles/blue-theme.css +++ b/ui/assets/styles/blue-theme.css @@ -5504,7 +5504,7 @@ table.preprocessing-test-results .rel-container { display: none; } .interface-container .interface-row { display: grid; - grid-template-columns: 26px 36px 225px 175px 85px 100px 20px 1fr; + grid-template-columns: 26px 36px 225px 175px 135px 100px 20px 1fr; grid-template-rows: 24px 1fr; gap: 5px; } .interface-container .interface-row:not(:first-of-type) {
This issue is resolved for these languages by this change. But it is not good for other languages...