Fix app tile styling

pull/4447/head
Richard Lewis 2017-06-19 11:35:20 +01:00
parent 152e3c6258
commit 3588ce7bc5
1 changed files with 4 additions and 1 deletions

View File

@ -147,5 +147,8 @@ limitations under the License.
width: 100%;
background-color: white;
border-radius: 3px 3px 0 0;
max-height: 155px;
height: 155px;
display: flex;
justify-content: center;
align-items: center;
}