mirror of
https://github.com/blossom-editor/blossom.git
synced 2026-03-12 17:41:26 +08:00
修复字体大小设置在代码块中不会生效的问题
This commit is contained in:
@@ -242,7 +242,6 @@ table container
|
||||
background-color: var(--bl-preview-pre-bg-color);
|
||||
border-radius: var(--bl-preview-border-radius);
|
||||
box-shadow: var(--bl-preview-pre-box-shadow);
|
||||
font-size: 13px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -295,7 +294,6 @@ table container
|
||||
background-color: inherit;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user