mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Wrap long message dialog text to a smaller box.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user