Skip to content

Commit

Permalink
enforce app to stay in the grid cell
Browse files Browse the repository at this point in the history
  • Loading branch information
tborychowski authored Oct 5, 2020
1 parent 10ebd1f commit e81bd2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ table a{
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
overflow: hidden;
}

.apps_text a{
Expand Down Expand Up @@ -553,4 +555,4 @@ table a{
#app-address {
display: none;
}
}
}

0 comments on commit e81bd2d

Please sign in to comment.