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

Commit e72d7d7

Browse files
authored
Merge pull request #430 from davidradl/git428
#428 #427 fix css
2 parents fcdd2b5 + 34a9a68 commit e72d7d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cra-client/src/components/RepositoryExplorer/components/instance-retrieval/HistoricalDateTime.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function HistoricalDateTime() {
2727
<div className="history-outline">
2828
<Toggle
2929
// labelA="Present"
30-
labelB="Issue Historical query"
30+
// labelB="Issue Historical query"
3131
id="asOfTimeToggle"
3232
onToggle={instancesContext.onHistoricalQueryChange}
3333
/>

cra-client/src/components/RepositoryExplorer/rex.scss

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ border: 1px solid grey;
115115
margin: auto;
116116
margin-top: 5px;
117117
padding: 20px;
118+
padding-right: 30px;
118119
margin-right: 10px;
119120
}
120121

0 commit comments

Comments
 (0)