Commit 08baa875 authored by Felipe Andrade's avatar Felipe Andrade Committed by Commit Bot

Wrap long policy values on chrome://policy

This CL changes chrome/browser/resources/policy/policy.css to wrap policy values when they are too
long. The problem was reported for policy value of OpenNetworkConfiguration. A screenshot of the
new policy page has been added to the bug thread.

Bug: 585629
Change-Id: I0804ab8ddd743d6861eb0e3afa3be781a76fc4cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778049Reviewed-by: default avatarLutz Justen <ljusten@chromium.org>
Reviewed-by: default avatarDenis Kuznetsov <antrim@chromium.org>
Reviewed-by: default avatarYann Dago <ydago@chromium.org>
Commit-Queue: Felipe Andrade <fsandrade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693716}
parent d5339a20
...@@ -86,8 +86,9 @@ body > main { ...@@ -86,8 +86,9 @@ body > main {
flex-grow: 1; flex-grow: 1;
max-height: 200px; max-height: 200px;
overflow: auto; overflow: auto;
overflow-wrap: break-word;
text-overflow: unset; text-overflow: unset;
white-space: pre; white-space: pre-wrap;
} }
<if expr="not is_android"> <if expr="not is_android">
...@@ -219,4 +220,4 @@ body > main { ...@@ -219,4 +220,4 @@ body > main {
display: block; display: block;
flex: 1; flex: 1;
} }
</if> </if>
\ No newline at end of file
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