Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / network_list.css
blobb4d5de05e8f90a73b996872ab9b6efb4292a1f34
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #container {
6 border: 1px solid;
7 max-height: 1000px;
8 min-height: 50px;
9 overflow-y: auto;
12 /* Note: the 'flex' attribute on core-list doesn't work as expected. */
13 #networkList {
14 flex: 1;