Make mixin for fields in settings that need to be the same width
and make that width narrower so we can fit a tooltip in the left hand side (they were a little too wide anyway for the kind of data being entered, even on a narrow window).
This commit is contained in:
parent
7afaba3bf1
commit
e07c22a78d
6 changed files with 15 additions and 7 deletions
|
@ -30,6 +30,10 @@ limitations under the License.
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.mx_ProfileSettings_controls .mx_Field {
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.mx_ProfileSettings_hostingSignup {
|
||||
margin-left: 20px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue