@things-factory/integration-ui 8.0.0-beta.5 → 8.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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}</pre>
203
+ <pre>${schedule}&nbsp;</pre>
199
204
  </div>
200
205
  ${this.renderButtons(scenario)}
201
206
  </div>