summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/front-end/textViewer.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/textViewer.css')
-rw-r--r--Source/WebCore/inspector/front-end/textViewer.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/Source/WebCore/inspector/front-end/textViewer.css b/Source/WebCore/inspector/front-end/textViewer.css
index f6aa65e..59f2a43 100644
--- a/Source/WebCore/inspector/front-end/textViewer.css
+++ b/Source/WebCore/inspector/front-end/textViewer.css
@@ -15,6 +15,9 @@
bottom: 0;
overflow: hidden;
-webkit-user-select: none;
+ background-color: rgb(240, 240, 240);
+ border-right: 1px solid rgb(187, 187, 187);
+ min-width: 19px;
}
.text-editor-contents {
@@ -27,6 +30,15 @@
-webkit-user-select: text;
}
+.text-editor-contents .inner-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: auto;
+ bottom: auto;
+ min-width: 100%;
+}
+
.text-editor-editable {
-webkit-user-modify: read-write-plaintext-only;
}
@@ -80,8 +92,6 @@
.webkit-line-number {
color: rgb(128, 128, 128);
- background-color: rgb(240, 240, 240);
- border-right: 1px solid rgb(187, 187, 187);
text-align: right;
vertical-align: top;
word-break: normal;