Wrap long message dialog text to a smaller box.

This commit is contained in:
Oliver Hamlet
2014-11-09 12:52:18 +00:00
parent a5a15853fe
commit 3f6286443c
@@ -16,6 +16,14 @@ was pressed.
<link rel="import" href="loot-dialog.html">
<polymer-element name="loot-message-dialog" extends="loot-dialog">
<template>
<style>
:host {
max-width: 50%;
}
</style>
<shadow></shadow>
</template>
<script>
Polymer({
closeCallback: undefined,