いくつかのスタイルを調整 (#5894)

* Chrome(Android)で誕生日欄が崩れていたのを修正

* 入力欄のフォントを親要素から継承するように変更
This commit is contained in:
fuyu 2020-02-09 19:59:28 +09:00 committed by GitHub
parent b93bfb7e5c
commit 7abd91f031
3 changed files with 7 additions and 4 deletions

View file

@ -247,6 +247,7 @@ export default Vue.extend({
padding: 16px 16px 0 16px;
resize: none;
font-size: 1em;
font-family: inherit;
outline: none;
border: none;
border-radius: 0;