mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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 {
|
||||
@@ -30,6 +30,6 @@
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.adf-setting-input-padding{
|
||||
.adf-setting-input-padding {
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user