Fix app tile styling
This commit is contained in:
parent
152e3c6258
commit
3588ce7bc5
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue