Compare commits

...
Author SHA1 Message Date
Jatin_Chugh ed55b1e8af class issues fixed 2022-11-16 00:04:31 +05:30
Jatin_Chugh b6cc866436 content reflow issue fixed 2022-11-15 11:30:02 +05:30
2 changed files with 12 additions and 1 deletions
@@ -1,4 +1,4 @@
<h2 mat-dialog-title>
<h2 mat-dialog-title id="title">
{{ (editing ? editTitle : createTitle) | translate }}
</h2>
@@ -32,3 +32,14 @@
.adf-dialog-action-button:disabled > span {
color: var(--theme-text-color);
}
@media screen and (max-width: 380px){
.adf-full-width{
font-size: 6px;
}
#title{
margin: 0 0 0px;
}
.adf-dialog-buttons{
padding: 0px;
}
}