mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
test
This commit is contained in:
parent
abef3000ad
commit
39187e1fab
2 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue