mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-509] - fixed settings window dimension (#1892)
* [ADF-509] - fixed settings window dimension * [ADF-509] - Changed fixed pixel dimension with percentage values
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.setting-card.mdl-card {
|
||||
width: 320px;
|
||||
height: 320px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.setting-card > .mdl-card__title {
|
||||
|
Reference in New Issue
Block a user