Set a max width for the reply dropdown

Change-Id: Ib51bace52792afb96c6448d8f8c28e826ea7a169
This commit is contained in:
Andrew Bonventre 2016-01-11 22:06:06 -05:00 committed by Dave Borowitz
parent 0f0d3905dc
commit a3377608c6

View File

@ -35,6 +35,7 @@ limitations under the License.
iron-dropdown { iron-dropdown {
background-color: #fff; background-color: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, .3); box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
max-width: 40em;
} }
button { button {
background-color: #f1f2f3; background-color: #f1f2f3;