Skip to content

Commit 73d8f97

Browse files
committed
store data msg
1 parent 00e9a9b commit 73d8f97

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ hr {
2626
border-bottom: 1px solid #ddd;
2727
}
2828

29+
.form-options .actions p {
30+
align-self: center;
31+
}
32+
2933
.captureConsoleOptions {
3034
display: flex;
3135
justify-content: end;

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,11 @@
9696
</select>
9797
</div>
9898

99-
<button class="btn btn-dark" id="save">Save</button>
100-
<button class="btn btn-danger" id="clear">Clear</button>
99+
<div class="actions d-flex">
100+
<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>
101104
</form>
102105

103106
<h5 class="my-4">Throw an error</h5>

0 commit comments

Comments
 (0)