| Index: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
|
| index 74ef0044c8c430bb4308faa90528b6438a4ba1f0..4587604360c3f86172c42f6e7d3834bb4e4ce3d4 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
|
| @@ -8,6 +8,10 @@
|
| <dom-module id="cr-policy-pref-indicator">
|
| <link rel="import" type="css" href="cr_policy_indicator.css">
|
| <style>
|
| + :host {
|
| + display: flex; /* Position independantly from the line-height. */
|
| + }
|
| +
|
| paper-tooltip {
|
| --paper-tooltip: var(--cr-policy-tooltip);
|
| }
|
|
|