Commit 65520fc3 authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Make SMB add share dialog fields full width

- Makes add dialog share fields stretch the full width of the dialog
- Adds width styling mix-in to cr-searchable-drop-down
- Updates add printer styling to be consistent after removing fixed
width styling from cr-searchable-drop-down

Bug: chromium:887111
Change-Id: Ibcb9c67b90cff9d0c5bf0c8cc058b6d218cb1f1a
Reviewed-on: https://chromium-review.googlesource.com/1244614
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594516}
parent 77b67445
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
cr-input { cr-input {
--cr-input-error-display: none; --cr-input-error-display: none;
width: var(--settings-input-max-width);
} }
cr-searchable-drop-down { cr-searchable-drop-down {
display: block; display: block;
--cr-searchable-drop-down-width: 472px;
} }
cr-input:not(:last-child), cr-input:not(:last-child),
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
iron-dropdown, iron-dropdown,
cr-input { cr-input {
width: 270px; width: var(--cr-searchable-drop-down-width, 270px);
} }
iron-dropdown { iron-dropdown {
......
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