Set a width on the reply dropdown

Otherwise it will shrink when not enough content is there.

Change-Id: I9a4839ecdbc1b142742f60a7f592c2426ef38acf
This commit is contained in:
Andrew Bonventre
2016-01-20 15:16:48 -05:00
parent 51f741b778
commit 61d004a6cb

View File

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