enforce app to stay in the grid cell
This commit is contained in:
parent
10ebd1f9e8
commit
e81bd2d374
1 changed files with 3 additions and 1 deletions
|
@ -228,6 +228,8 @@ table a{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.apps_text a{
|
.apps_text a{
|
||||||
|
@ -553,4 +555,4 @@ table a{
|
||||||
#app-address {
|
#app-address {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue