content reflow issue fixed

This commit is contained in:
Jatin_Chugh
2022-11-15 11:30:02 +05:30
parent 8d4549e01d
commit b6cc866436

View File

@@ -32,3 +32,14 @@
.adf-dialog-action-button:disabled > span {
color: var(--theme-text-color);
}
@media screen and (max-width: 380px){
.mat-form-field{
font-size: 6px;
}
.mat-dialog-title{
margin: 0 0 0px;
}
.adf-dialog-buttons{
padding: 0px;
}
}