Skip to content

Commit fbb4bc7

Browse files
authored
fix(Configuration.scss): fix config dialog pre element with block style (#6344)
1 parent 8aa8bc2 commit fbb4bc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Configuration/Configuration.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
overflow: visible;
33
border-radius: 4px;
44
box-shadow: -1px 1px 10px 0 rgba(255, 255, 255, 0.44);
5+
6+
pre.inline {
7+
padding: 0;
8+
display: block;
9+
}
510
}
611

712
.shadow > .markdown {

0 commit comments

Comments
 (0)