class issues fixed

This commit is contained in:
Jatin_Chugh
2022-11-16 00:04:31 +05:30
parent b6cc866436
commit ed55b1e8af
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<h2 mat-dialog-title>
<h2 mat-dialog-title id="title">
{{ (editing ? editTitle : createTitle) | translate }}
</h2>

View File

@@ -33,10 +33,10 @@
color: var(--theme-text-color);
}
@media screen and (max-width: 380px){
.mat-form-field{
.adf-full-width{
font-size: 6px;
}
.mat-dialog-title{
#title{
margin: 0 0 0px;
}
.adf-dialog-buttons{