State display wrapping and fix full screen more-info (#991)

* state-info lower min-width, remove unnesecary wrapping div

* State normal line height, align flex baseline. Get rid of wrapping div

* fix full screen more-info-dialog
This commit is contained in:
NovapaX
2018-03-14 19:42:10 +01:00
committed by Paulus Schoutsen
parent 09fe2172b2
commit 9dc809cdb9
5 changed files with 39 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
<style>
:host {
@apply --paper-font-body1;
min-width: 150px;
min-width: 120px;
white-space: nowrap;
}
@@ -37,7 +37,6 @@
}
</style>
<div>
<state-badge state-obj='[[stateObj]]'></state-badge>
<div class='info'>
@@ -52,7 +51,6 @@
<slot>
</template>
</div>
</div>
</template>
</dom-module>