ソースを参照

Fixed code element font size glitch due to browser user agent style sheet update

master
Said Achmiz 3年前
コミット
58c4120984
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      papyrus.css

+ 4
- 0
papyrus.css ファイルの表示

@@ -517,6 +517,10 @@ pre {
white-space: pre-wrap;
}

code {
font-size: inherit;
}

input {
font-size: inherit;
font-family: inherit;

読み込み中…
キャンセル
保存