Skip to content

Commit 8b1f47f

Browse files
committed
🚚 update: Reduce debounce time
Add heading center alignment
1 parent 886cbe7 commit 8b1f47f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/components/CommitSelector/CommitSelector.css

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#commit-selector h2 {
1919
margin: 0.5em 0.5em 1em 0.5em;
20+
text-align: center;
2021
}
2122

2223
#commit-selector-commit-wrapper,

src/components/CommitSelector/CommitSelector.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const CommitSelector = ({
4646

4747
timeoutInstance.current = setTimeout(
4848
() => submitSelectedCommits(checkboxState),
49-
900
49+
800
5050
);
5151
};
5252

src/components/RawDataDisplay/RawDataDisplay.css

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#raw-data-display h2 {
1919
margin: 0.75em 0.5em 0.55em 0;
20+
text-align: center;
2021
}
2122

2223
#raw-data {

0 commit comments

Comments
 (0)