This commit is contained in:
twanariens 2020-05-09 01:47:58 +02:00
commit 39187e1fab
2 changed files with 3 additions and 6 deletions

View file

@ -24,7 +24,7 @@
</div> </div>
<br /> <br />
<br /> <br />
<div class="col-md-6"> <div class="col-md-10">
<mat-form-field class="full"> <mat-form-field class="full">
<input matInput placeholder="Server Name" [(ngModel)]="server.name" value="{{server.name}}"> <input matInput placeholder="Server Name" [(ngModel)]="server.name" value="{{server.name}}">
</mat-form-field> </mat-form-field>

View file

@ -5,8 +5,8 @@
margin-top:10px; margin-top:10px;
} }
.col-md-4{ .col-md-10{
display: contents; display: grid;
} }
.col-md-2{ .col-md-2{
@ -39,9 +39,6 @@
} }
@media (min-width:1440px) { @media (min-width:1440px) {
.col-md-4{
display: inline-table;
}
.col-md-2{ .col-md-2{
display: inline-table; display: inline-table;
} }