Issue 8353 - Fix of issue that caused small screens labels alignment (#9047)

* Issue 8353 - Fix of issue that caused on small screens labels to be right aligned dispite being on own line

* Issue 8353 Support smaller screens
This commit is contained in:
John Kilmister
2020-11-23 06:07:47 +00:00
committed by GitHub
parent 8549d1ac7a
commit 8b9585398e
2 changed files with 3 additions and 1 deletions

View File

@@ -818,6 +818,7 @@ legend + .control-group {
// Labels on own row
.form-horizontal .control-label {
float:none;
text-align: inherit;
width: 100%;
}
.form-horizontal .controls {

View File

@@ -57,7 +57,8 @@ body {
#installer {
margin: auto;
background: @white;
width: 750px;
width: 80%;
max-width: 750px;
height: 600px;
text-align: left;
padding: 30px;