enforce app to stay in the grid cell

This commit is contained in:
Tom 2020-10-05 15:03:44 +01:00 committed by GitHub
parent 10ebd1f9e8
commit e81bd2d374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,6 +228,8 @@ table a{
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
overflow: hidden;
}
.apps_text a{
@ -553,4 +555,4 @@ table a{
#app-address {
display: none;
}
}
}