Increase panel height

This commit is contained in:
Richard Lewis 2017-05-30 10:47:29 +01:00
parent 998739a7dc
commit ac9075a82a

View File

@ -47,7 +47,7 @@ limitations under the License.
margin: 0 5px 2px 0;
border: 1px solid $primary-hairline-color;
border-radius: 2px;
height: 200px;
height: 350px;
// display: inline-block;
}
@ -70,7 +70,7 @@ limitations under the License.
.mx_AppTileBody iframe {
width: 100%;
height: 181px;
height: 331px;
overflow: hidden;
border: none;
}