[frontend] Fix telegram dialog design

This commit is contained in:
Cathy Hu 2020-09-01 21:27:35 +02:00
parent c19aa91ec8
commit a0ff599080
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<h2 mat-dialog-title>Create new inbox</h2> <h2 mat-dialog-title>Create new inbox</h2>
<mat-dialog-content class="mat-typography"> <mat-dialog-content>
<form class="input" [formGroup]="form"> <form class="input" [formGroup]="form">
<mat-form-field> <mat-form-field>
<mat-label>Telegram API Token</mat-label> <mat-label>Telegram API Token</mat-label>

View file

@ -3,3 +3,12 @@
grid-template-rows: 1fr 3fr; grid-template-rows: 1fr 3fr;
width: 100%; width: 100%;
} }
form {
margin-top: 10px;
height: 100%;
}
textarea {
height: 120px;
}