We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e9a9b commit 73d8f97Copy full SHA for 73d8f97
assets/css/style.css
@@ -26,6 +26,10 @@ hr {
26
border-bottom: 1px solid #ddd;
27
}
28
29
+.form-options .actions p {
30
+ align-self: center;
31
+}
32
+
33
.captureConsoleOptions {
34
display: flex;
35
justify-content: end;
index.html
@@ -96,8 +96,11 @@
96
</select>
97
</div>
98
99
- <button class="btn btn-dark" id="save">Save</button>
100
- <button class="btn btn-danger" id="clear">Clear</button>
+ <div class="actions d-flex">
+ <button class="btn btn-dark mr-1" id="save">Save</button>
101
+ <button class="btn btn-danger mr-2" id="clear">Clear</button>
102
+ <p class="ml-auto mb-0">The data is stored only in your browser.</p>
103
+ </div>
104
</form>
105
106
<h5 class="my-4">Throw an error</h5>
0 commit comments