[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:
Vito
2017-05-22 09:12:06 -07:00
committed by Eugenio Romano
parent 811e1b3783
commit 246180925e

View File

@@ -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;
}