mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
content reflow issue fixed
This commit is contained in:
@@ -32,3 +32,14 @@
|
|||||||
.adf-dialog-action-button:disabled > span {
|
.adf-dialog-action-button:disabled > span {
|
||||||
color: var(--theme-text-color);
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user