mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
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:
committed by
Paulus Schoutsen
parent
09fe2172b2
commit
9dc809cdb9
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user