Increase panel height

pull/4447/head
Richard Lewis 2017-05-30 10:47:29 +01:00
parent 998739a7dc
commit ac9075a82a
1 changed files with 2 additions and 2 deletions

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