Merge "Update gr-dropdown list formatting"
diff --git a/polygerrit-ui/app/elements/shared/gr-dropdown-list/gr-dropdown-list.html b/polygerrit-ui/app/elements/shared/gr-dropdown-list/gr-dropdown-list.html index b1ac29f..e2d1cbd 100644 --- a/polygerrit-ui/app/elements/shared/gr-dropdown-list/gr-dropdown-list.html +++ b/polygerrit-ui/app/elements/shared/gr-dropdown-list/gr-dropdown-list.html
@@ -96,6 +96,7 @@ gr-date-formatter { color: rgba(0,0,0,.54); margin-left: 2em; + white-space: nowrap; } gr-select { display: none; @@ -105,6 +106,7 @@ dropdown content as if it is tapping whatever content is underneath it. The next two styles allow this to happen. */ iron-dropdown { + max-width: none; pointer-events: none; } paper-listbox {