Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css b/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css |
| index a39597a4ba0877821d425a02f5f19a8caa29b717..2996f8c5148a2ea6c800c331a523702194073723 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css |
| @@ -4,6 +4,11 @@ |
| * found in the LICENSE file. |
| */ |
| +.text-prompt-root { |
|
dgozman
2017/01/23 18:57:08
Did you check this doesn't break all other text pr
|
| + display: flex; |
| + align-items: center; |
| +} |
| + |
| .text-prompt-editing { |
| -webkit-user-select: text; |
| box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), |