Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
}
#action-container {
+ min-width: max-content;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
+ text-align: center;
margin: 0.1%;
padding: 0.1%;
border: solid black;
placeholder="number of stations"
/>
<p>Template options overrides:</p>
- <ul>
+ <ul id="template-options">
<li>
Supervision url:
<input
width: 90%;
text-align: left;
}
+
+#template-options {
+ list-style: circle inside;
+ text-align: left;
+}
</style>