Commit 84a6e8e3 authored by Joel Einbinder's avatar Joel Einbinder Committed by Commit Bot

DevTools: Wrap lines when editing css in styles sidebar

Bug: 778465
Change-Id: I3c4dac92b6c532058f6994ebe3cb12fc267dc8ed
Reviewed-on: https://chromium-review.googlesource.com/761257Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515710}
parent 1b0fb0e1
...@@ -72,6 +72,10 @@ ...@@ -72,6 +72,10 @@
padding-left: 8px; padding-left: 8px;
} }
.tree-outline > li.child-editing .text-prompt {
white-space: pre-wrap;
}
.tree-outline > li.child-editing .webkit-css-property { .tree-outline > li.child-editing .webkit-css-property {
margin-left: 0; margin-left: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment