fixed padding
This commit is contained in:
@@ -122,7 +122,7 @@ const ViewAgentPage = () => {
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<div className={createAgentStyle.inputContainer}>
|
||||
<div className={createAgentStyle.agentInputContainer}>
|
||||
<div className={createAgentStyle.labelContainer}>
|
||||
<p>Agent Endpoint</p>
|
||||
<p className={createAgentStyle.required}>*</p>
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
font-weight: 500;
|
||||
line-height: normal;
|
||||
}
|
||||
.inputContainer {
|
||||
.inputContainer,
|
||||
.agentInputContainer {
|
||||
display: flex;
|
||||
width: 500px;
|
||||
flex-direction: column;
|
||||
@@ -126,9 +127,13 @@
|
||||
.lokiContainer {
|
||||
width: 100%;
|
||||
}
|
||||
.inputContainer {
|
||||
.inputContainer,
|
||||
.agentInputContainer {
|
||||
width: 100%;
|
||||
}
|
||||
.agentInputContainer {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.headerTxt > p {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -123,7 +123,7 @@ const AddAgentPage = () => {
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<div className={createAgentStyle.inputContainer}>
|
||||
<div className={createAgentStyle.agentInputContainer}>
|
||||
<div className={createAgentStyle.labelContainer}>
|
||||
<p>Agent Endpoint</p>
|
||||
<p className={createAgentStyle.required}>*</p>
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
font-weight: 500;
|
||||
line-height: normal;
|
||||
}
|
||||
.inputContainer {
|
||||
.inputContainer,
|
||||
.agentInputContainer {
|
||||
display: flex;
|
||||
width: 500px;
|
||||
flex-direction: column;
|
||||
@@ -59,7 +60,6 @@
|
||||
}
|
||||
.labelContainer > p {
|
||||
color: #d2d3e1;
|
||||
color: color(display-p3 0.8235 0.8275 0.8784);
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
@@ -120,9 +120,13 @@
|
||||
.lokiContainer {
|
||||
width: 100%;
|
||||
}
|
||||
.inputContainer {
|
||||
.inputContainer,
|
||||
.agentInputContainer {
|
||||
width: 100%;
|
||||
}
|
||||
.agentInputContainer {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.headerTxt > p {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user