We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a31c6 commit a1fe86aCopy full SHA for a1fe86a
ui/src/Components/DashBoard/Repository/GitComponents/GitOperation/PushComponent.js
@@ -310,7 +310,7 @@ export default function PushComponent(props) {
310
</div>
311
</>
312
) : (
313
- <div className="w-11/12 mx-auto my-auto p-6 bg-white rounded">
+ <div className="w-11/12 xl:w-3/4 lg:w-3/4 mx-auto my-auto p-6 bg-white rounded">
314
<div className="p-6 border-b-4 border-dashed bg-green-100 border-green-500 text-center rounded-lg shadow font-sans text-green-500 text-2xl font-semibold">
315
Changes have been pushed to remote
316
0 commit comments