소스 검색

fix: Email Dialog 'To' field is not full width (#16603)

version-14
Shariq Ansari 3 년 전
committed by GitHub
부모
커밋
9c0223650c
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일10개의 추가작업 그리고 13개의 파일을 삭제
  1. +10
    -13
      frappe/public/scss/common/modal.scss

+ 10
- 13
frappe/public/scss/common/modal.scss 파일 보기

@@ -211,21 +211,18 @@ body.modal-open[style^="padding-right"] {
display: flex; display: flex;
align-items: center; align-items: center;


.frappe-control {
.frappe-control:first-child {
&[data-fieldname="sender"] { &[data-fieldname="sender"] {
flex: 1;
margin-bottom: 0px;
margin-right: 10px;
} }
&[data-fieldname="recipients"] {
margin-left: 10px;
}
&[data-fieldname="option_toggle_button"] {
margin-left: 10px;
margin-bottom: -24px;
button {
// same as form-control input
height: calc(1.5em + .75rem + 2px);
}
flex: 1;
}
.frappe-control:last-child {
margin-left: 10px;
margin-bottom: -24px;
button {
// same as form-control input
height: calc(1.5em + .75rem + 2px);
} }
} }
} }


불러오는 중...
취소
저장