Commit f0adc38d authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS Network] Remove unnecessary scroll bar from network exclusions.

No margin was provided, so <cr-icon-button> used the default margin,
which happened to be -8px. This CL sets the margin to 0.

Bug: 981318
Change-Id: I6fa10935feecdda9626d3698ca10b707d28761e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825141
Auto-Submit: Kyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700304}
parent c45209a2
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
overflow-y: auto; overflow-y: auto;
padding: 5px; padding: 5px;
} }
cr-icon-button {
--cr-icon-button-margin-end: 0;
}
</style> </style>
<div id="container"> <div id="container">
<template is="dom-repeat" items="[[exclusions]]"> <template is="dom-repeat" items="[[exclusions]]">
......
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