mirror of https://github.com/harness/drone.git
fix: [code-886]: fix ui issues
parent
67224dc74f
commit
605d95032a
1
web/.env
1
web/.env
|
@ -1,3 +1,4 @@
|
|||
# OPA_GOVERNANCE_API_URL=https://qa.harness.io/gateway/pm
|
||||
STANDALONE=true
|
||||
PORT=3020
|
||||
API_URL=http://localhost:3000
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
--max-width: 35%;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: minmax(var(--min-width), var(--max-width)) auto;
|
||||
grid-template-columns: 60% 40%;
|
||||
grid-template-rows: 100vh;
|
||||
|
||||
.cardColumn {
|
||||
|
@ -13,9 +13,9 @@
|
|||
}
|
||||
|
||||
.card {
|
||||
padding: 250px 220px;
|
||||
padding: 250px 128px;
|
||||
overflow-x: hidden !important;
|
||||
width: var(--min-width);
|
||||
// width: var(--min-width);
|
||||
margin: 0 auto;
|
||||
height: 100%;
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
padding: 10% 25%;
|
||||
}
|
||||
.gitnessContainer {
|
||||
padding: 9% 20%;
|
||||
padding: 6% 22%;
|
||||
}
|
||||
|
||||
.overlayImage {
|
||||
|
|
Loading…
Reference in New Issue