Commit 55702a3b authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS Network] Remove extra padding above/below nameservers values.

Bug: 966386
Change-Id: Ic3c7e2e5cc6848fabdb7f35a753024e75bfdd783
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750090
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@{#686462}
parent 0297659d
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
.nameservers { .nameservers {
/* Aligns with the start of cr-radio-button's text. */ /* Aligns with the start of cr-radio-button's text. */
margin-inline-start: 38px; margin-inline-start: 38px;
padding-bottom: 0;
padding-top: 0;
} }
.nameservers:not([changeable]) { .nameservers:not([changeable]) {
......
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