Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

#428 #427 fix css #430

Merged
merged 2 commits into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function HistoricalDateTime() {
<div className="history-outline">
<Toggle
// labelA="Present"
labelB="Issue Historical query"
// labelB="Issue Historical query"
id="asOfTimeToggle"
onToggle={instancesContext.onHistoricalQueryChange}
/>
Expand Down
1 change: 1 addition & 0 deletions cra-client/src/components/RepositoryExplorer/rex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ border: 1px solid grey;
margin: auto;
margin-top: 5px;
padding: 20px;
padding-right: 30px;
margin-right: 10px;
}

Expand Down