Move_abs input row in full width

pull/1493/head
AscendFB 2019-10-08 16:26:57 +02:00
parent 6a9ce98a34
commit 364c29d1ce
2 changed files with 5 additions and 2 deletions

View File

@ -1268,7 +1268,7 @@ ul {
}
}
.documentation-widget {
.input-line-widget {
.fa-external-link {
margin-left: 1rem;
}
@ -1440,6 +1440,9 @@ ul {
.expandable-header{
padding-right: 15px;
}
.input-line{
width: -webkit-fill-available;
}
}
textarea {

View File

@ -157,7 +157,7 @@ export class TileMoveAbsolute extends React.Component<StepParams, MoveAbsState>
<StepContent className={className}>
<Row>
<div className={"dynamic-column"}>
<Col>
<Col className="input-line">
<this.LocationForm />
</Col>
<Col>