feat: set padding for pagination settings
This commit is contained in:
@@ -208,7 +208,7 @@ export const InterpretationLog = () => {
|
|||||||
)}
|
)}
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<div>
|
<div style={{ padding: '10px' }}>
|
||||||
<h4>How can we find the next item?</h4>
|
<h4>How can we find the next item?</h4>
|
||||||
<p>Select and review the pagination setting this webpage is using</p>
|
<p>Select and review the pagination setting this webpage is using</p>
|
||||||
<Button variant="outlined">
|
<Button variant="outlined">
|
||||||
|
|||||||
Reference in New Issue
Block a user