mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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>
|
||||
<br />
|
||||
<br />
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-10">
|
||||
<mat-form-field class="full">
|
||||
<input matInput placeholder="Server Name" [(ngModel)]="server.name" value="{{server.name}}">
|
||||
</mat-form-field>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
margin-top:10px;
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
display: contents;
|
||||
.col-md-10{
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.col-md-2{
|
||||
|
@ -39,9 +39,6 @@
|
|||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-4{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-2{
|
||||
display: inline-table;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue