소스 검색

set line height to 1.5em everywhere (#228)

Vlad Gerasimov 1 년 전
부모
커밋
1ab7d55ef7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      webview-ui/src/index.css

+ 3 - 0
webview-ui/src/index.css

@@ -20,6 +20,9 @@ html {
 body {
 body {
 	margin: 0;
 	margin: 0;
 }
 }
+body, body * {
+	line-height: 1.5em;
+}
 
 
 body.scrollable,
 body.scrollable,
 .scrollable,
 .scrollable,