fixed alignment on themes page

This commit is contained in:
psychobunny
2015-08-24 15:29:38 -04:00
parent 5a90de55d8
commit ae318c4286

View File

@@ -55,6 +55,12 @@
}
}
[data-type="local"] {
.mdl-card__supporting-text {
height: 150px;
}
}
textarea[data-field] {
min-height: 450px;
width: 100%;