regression fix: device page header overflow

This commit is contained in:
Gary Sharp
2025-02-27 13:17:04 +11:00
parent 62a5da7513
commit d31c2db43b
14 changed files with 8 additions and 30 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ header, #header {
padding: 6px 20px 4px 20px;
font-size: 2em;
color: @black;
line-height: 50px;
line-height: 46px;
position: relative;
border-left: 1px solid @BackgroundColour;
border-right: 1px solid @BackgroundColour;