We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180b684 commit 08e79ebCopy full SHA for 08e79eb
html-api-debugger/style.css
@@ -79,6 +79,12 @@
79
}
80
81
82
+ .html-text {
83
+ text-wrap: pretty;
84
+ box-shadow: 0 0 0 0 hotpink;
85
+ transition: ease box-shadow 120ms;
86
+ }
87
+
88
.has-highlighted-span {
89
box-shadow: 0 0 4px 2px hotpink;
90
@@ -95,10 +101,6 @@
95
101
min-height: 200px;
96
102
97
103
98
-.html-text {
99
- text-wrap: pretty;
100
-}
-
104
#html_api_result_holder,
105
#dom_tree {
106
border: inset 1px;
0 commit comments