fix(templates): small CSS fix in preferences page

This commit is contained in:
Drew Regitsky 2016-01-28 14:51:31 -08:00
parent 9faedb8b31
commit e1631db435

View file

@ -66,6 +66,27 @@
}
}
.section-title {
display: inline-flex;
width: 100%;
flex-wrap: wrap;
align-items: center;
span {
line-height: 1.7;
}
select {
flex-basis: 100px;
flex-grow: 1;
margin: 0 0 0 8px;
}
input {
flex-grow: 1;
margin: 0 0 0 8px;
}
}
.section-body {
padding: 10px 0 0 0;
@ -122,7 +143,7 @@
}
.template-name-input {
display: inline-block;
width: 200px;
width: 100px;
}
.editor-note {
color: #AAA;