@things-factory/integration-ui 8.0.0-beta.4 → 8.0.0-beta.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -94,9 +94,10 @@ export class ScenarioMonitor extends localize(i18next)(LitElement) {
|
|
94
94
|
}
|
95
95
|
|
96
96
|
[buttons] {
|
97
|
+
display: flex;
|
98
|
+
flex-direction: row-reverse;
|
97
99
|
border-top: var(--border-dim-color);
|
98
100
|
padding: var(--spacing-small) 0 0 0;
|
99
|
-
text-align: right;
|
100
101
|
}
|
101
102
|
|
102
103
|
[buttons] md-icon {
|
@@ -156,6 +157,10 @@ export class ScenarioMonitor extends localize(i18next)(LitElement) {
|
|
156
157
|
background-color: rgba(255, 255, 255, 0.8);
|
157
158
|
}
|
158
159
|
|
160
|
+
pre {
|
161
|
+
margin: var(--spacing-medium);
|
162
|
+
}
|
163
|
+
|
159
164
|
@media screen and (max-width: 480px) {
|
160
165
|
:host {
|
161
166
|
margin: var(--spacing-small);
|
@@ -195,7 +200,7 @@ export class ScenarioMonitor extends localize(i18next)(LitElement) {
|
|
195
200
|
</div>
|
196
201
|
<div schedule>
|
197
202
|
<md-icon .style="background-color: ${color};">schedule</md-icon>
|
198
|
-
<pre>${schedule}
|
203
|
+
<pre>${schedule} </pre>
|
199
204
|
</div>
|
200
205
|
${this.renderButtons(scenario)}
|
201
206
|
</div>
|