Skip to content

Commit 41c6e69

Browse files
committed
style: fix box sizing styles.
1 parent 1912f7a commit 41c6e69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
right: 0;
3535
top: 0;
3636
bottom: 0;
37+
box-sizing: border-box;
3738
}
3839
}

website/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import MarkdownEditor from '../';
2-
import '@uiw/reset.css/reset.less';
2+
import '@uiw/reset.css';
33
import React, { useState } from 'react';
44
import DocumentStr from '../README.md';
55
import styles from './App.module.less';

0 commit comments

Comments
 (0)