Skip to content

Commit

Permalink
feat: update css
Browse files Browse the repository at this point in the history
  • Loading branch information
WTIFS authored and nobodyiam committed Nov 23, 2024
1 parent 29ddd61 commit f0a82fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,18 @@ p, td, span {
color: #797979;
}

pre, .pre {
pre {
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.pre {
white-space: pre;
}

.hover:hover {
background: #f5f5f5;
cursor: pointer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<pre class="no-radius" id="{{apolloId}}" style="margin:0">
<pre class="no-radius pre" id="{{apolloId}}" style="margin:0">
<!--
~ Copyright 2024 Apollo Authors
~
Expand Down

0 comments on commit f0a82fa

Please sign in to comment.