mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(templates): small CSS fix in preferences page
This commit is contained in:
parent
14edd8a7c7
commit
bb6f74d5f2
1 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue