Chromium Code Reviews| Index: ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| index e896203d05bfe68f75a5c129d60ef48121514ef6..c16dd6503b8d7ab6d5eb53318f046a3302714cbd 100644 |
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html |
| @@ -3,7 +3,7 @@ |
| :root { |
| --cr-policy-indicator: { |
| @apply(--cr-icon-height-width); |
| - display: block; |
| + display: flex; /* Position independently from the line-height. */ |
| }; |
| --cr-policy-tooltip: { |