Skip to content

Commit 9bbd1e3

Browse files
committed
feat(CSS): set margin left on computation-history-parent child elements
1 parent 0f0f808 commit 9bbd1e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,19 @@ body {
5757
width: 400px;
5858
display: flex;
5959
flex-direction: column;
60-
margin-left: 10px;
6160
padding-top: 10px;
6261
row-gap: 10px;
6362
}
6463

64+
.computation-history-parent > * {
65+
margin-left: 10px;
66+
}
67+
6568

6669

6770
.clear-history-btn {
6871
width: 100px;
69-
margin-left: 10px;
72+
7073
border-radius: 15px;
7174
display: none;
7275

0 commit comments

Comments
 (0)