Commit e76078ec by Scott

Fix narrow table column in user details

Fixes #216.
parent 4564860c
......@@ -1950,6 +1950,12 @@ input[type="submit"], button {
margin: 0 0 5px 0;
}
.qa-form-wide-label {
padding-right: 5px;
}
.qa-form-wide-data {
padding-left: 5px;
}
.qa-form-wide-text {
width: 100%;
}
......@@ -2025,7 +2031,7 @@ input[type="submit"], button {
padding-bottom: 0;
}
.qa-template-user .qa-form-wide-label {
min-width: 25%;
min-width: 110px;
width: auto;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment