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 {
|
.setting-card.mdl-card {
|
||||||
width: 320px;
|
width: 100%;
|
||||||
height: 320px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting-card > .mdl-card__title {
|
.setting-card > .mdl-card__title {
|
||||||
@@ -30,6 +30,6 @@
|
|||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-setting-input-padding{
|
.adf-setting-input-padding {
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user