Skip to content

Commit 7b82413

Browse files
committed
Fixed a problem with pres not rendering correctly on proper browser (firefox).
1 parent 6e63657 commit 7b82413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry/static/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3870,7 +3870,7 @@ ol.context > li > pre {
38703870
margin: 0;
38713871
padding: 0;
38723872
border: 0;
3873-
display: block;
3873+
display: inline;
38743874
line-height: 18px;
38753875
font-size: 12px;
38763876
white-space: pre;

0 commit comments

Comments
 (0)