Change: フィールド入力フォームのデザイン改善 (#672)
* Change: フィールド入力フォームのデザイン改善 * 翻訳の置き場所変更
This commit is contained in:
parent
31559f6b59
commit
116a6b50cd
4 changed files with 19 additions and 3 deletions
|
@ -118,12 +118,18 @@ code {
|
|||
display: flex;
|
||||
margin: 0 -5px;
|
||||
|
||||
.input {
|
||||
.input,
|
||||
.fields-label {
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 auto;
|
||||
width: 50%;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.fields-label {
|
||||
font-weight: bold;
|
||||
margin-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue